Html Css Color HEX #C0B954 Olive Green

📋 copy color: '#C0B954'

red 192 ◦ green 185 ◦ blue 84

#C0B954
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #C0B954

Tints of Olive Green #C0B954

RGB

 RED value IS 192 (75.39% from 255) = 41.65%

 GREEN value IS 185 (72.66% from 255) = 40.13%

 BLUE value IS 84 (33.2% from 255) = 18.22%

R = 41.65%
G = 40.13%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C0B954 (or 0xC0B954) is known color: Olive Green. HEX triplet: C0, B9 and 54. RGB value is (192,185,84). Sum of RGB (Red+Green+Blue) = 192+185+84=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 84 (33.20% from 255 or 18.22% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B954 is #3F46AB. Grayscale: #AFAFAF. Windows color (decimal): -4146860 or 5552576. OLE color: 5552576.

HSL color Cylindrical-coordinate representation of color #C0B954: hue angle of 56.11º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0B954 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 185 84 -
CMYK 0 0.04 0.56 0.25
HSL 56.11º 0.46% 0.54% -
HSV(B) 56.11º 0.56% 0.75% -
XYZ 40.69 46.54 15.23 -
YUV 175.58 76.32 139.71 -
System Red Green Blue C M Y K H S L
Decimal 192 185 84 0 0.04 0.56 0.25 56.11 0.46 0.54
Hex C0 B9 54 0 4 38 19 38 2E 36
Octal 300 271 124 0 4 70 31 70 56 66
Binary 11000000 10111001 1010100 0 100 111000 11001 111000 101110 110110

Color Harmonies of #C0B954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B954

Black with #C0B954

Text Example


Text Example

White with #C0B954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B954; }

 p { color: rgb(192,185,84); }

 H1.HeaderClassName
 {
   color: #C0B954;
 }
 .AnyTagClassName
 {
   color: #C0B954;
 }
</style>

background-color css

<style>
 a { background-color: #C0B954; }

 a { background-color: rgb(192,185,84); }

 div.DivClassName
 {
   background-color: #C0B954;
 }
 .BgClassName
 {
   background-color: #C0B954;
 }
</style>

border-color css

<style>
 span { border-color: #C0B954; }

 span { border-color: rgb(192,185,84); }

 td.TdClassName
 {
   border-color: #C0B954;
 }
 .TagClassName
 {
   border-color: #C0B954;
 }
</style>