Html Css Color HEX #C0BB54 Olive Green

📋 copy color: '#C0BB54'

red 192 ◦ green 187 ◦ blue 84

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

Shades of Olive Green #C0BB54

Tints of Olive Green #C0BB54

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.39%

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

R = 41.47%
G = 40.39%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C0BB54 (or 0xC0BB54) is known color: Olive Green. HEX triplet: C0, BB and 54. RGB value is (192,187,84). Sum of RGB (Red+Green+Blue) = 192+187+84=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 84 (33.20% from 255 or 18.14% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BB54 is #3F44AB. Grayscale: #B1B1B1. Windows color (decimal): -4146348 or 5553088. OLE color: 5553088.

HSL color Cylindrical-coordinate representation of color #C0BB54: hue angle of 57.22º 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 #C0BB54 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 187 84 -
CMYK 0 0.03 0.56 0.25
HSL 57.22º 0.46% 0.54% -
HSV(B) 57.22º 0.56% 0.75% -
XYZ 41.11 47.39 15.37 -
YUV 176.75 75.66 138.88 -
System Red Green Blue C M Y K H S L
Decimal 192 187 84 0 0.03 0.56 0.25 57.22 0.46 0.54
Hex C0 BB 54 0 3 38 19 39 2E 36
Octal 300 273 124 0 3 70 31 71 56 66
Binary 11000000 10111011 1010100 0 11 111000 11001 111001 101110 110110

Color Harmonies of #C0BB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BB54

Black with #C0BB54

Text Example


Text Example

White with #C0BB54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BB54; }

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

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

background-color css

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

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

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

border-color css

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

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

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