Html Css Color HEX #C0B859 Olive Green

📋 copy color: '#C0B859'

red 192 ◦ green 184 ◦ blue 89

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

Shades of Olive Green #C0B859

Tints of Olive Green #C0B859

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.57%

 BLUE value IS 89 (35.16% from 255) = 19.14%

R = 41.29%
G = 39.57%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C0B859 (or 0xC0B859) is known color: Olive Green. HEX triplet: C0, B8 and 59. RGB value is (192,184,89). Sum of RGB (Red+Green+Blue) = 192+184+89=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 89 (35.16% from 255 or 19.14% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B859 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B859 is #3F47A6. Grayscale: #AFAFAF. Windows color (decimal): -4147111 or 5880000. OLE color: 5880000.

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

Color convert

RGB 192 184 89 -
CMYK 0 0.04 0.54 0.25
HSL 55.34º 0.45% 0.55% -
HSV(B) 55.34º 0.54% 0.75% -
XYZ 40.68 46.21 16.23 -
YUV 175.56 79.15 139.72 -
System Red Green Blue C M Y K H S L
Decimal 192 184 89 0 0.04 0.54 0.25 55.34 0.45 0.55
Hex C0 B8 59 0 4 36 19 37 2D 37
Octal 300 270 131 0 4 66 31 67 55 67
Binary 11000000 10111000 1011001 0 100 110110 11001 110111 101101 110111

Color Harmonies of #C0B859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B859

Black with #C0B859

Text Example


Text Example

White with #C0B859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B859; }

 p { color: rgb(192,184,89); }

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

background-color css

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

 a { background-color: rgb(192,184,89); }

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

border-color css

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

 span { border-color: rgb(192,184,89); }

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