Html Css Color HEX #C0BB52 Olive Green

📋 copy color: '#C0BB52'

red 192 ◦ green 187 ◦ blue 82

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

Shades of Olive Green #C0BB52

Tints of Olive Green #C0BB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.79%

R = 41.65%
G = 40.56%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C0BB52 (or 0xC0BB52) is known color: Olive Green. HEX triplet: C0, BB and 52. RGB value is (192,187,82). Sum of RGB (Red+Green+Blue) = 192+187+82=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BB52 is #3F44AD. Grayscale: #B0B0B0. Windows color (decimal): -4146350 or 5422016. OLE color: 5422016.

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

Color convert

RGB 192 187 82 -
CMYK 0 0.03 0.57 0.25
HSL 57.27º 0.47% 0.54% -
HSV(B) 57.27º 0.57% 0.75% -
XYZ 41.03 47.36 14.96 -
YUV 176.53 74.66 139.04 -
System Red Green Blue C M Y K H S L
Decimal 192 187 82 0 0.03 0.57 0.25 57.27 0.47 0.54
Hex C0 BB 52 0 3 39 19 39 2F 36
Octal 300 273 122 0 3 71 31 71 57 66
Binary 11000000 10111011 1010010 0 11 111001 11001 111001 101111 110110

Color Harmonies of #C0BB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BB52

Black with #C0BB52

Text Example


Text Example

White with #C0BB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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