Html Css Color HEX #C0B857 Olive Green

📋 copy color: '#C0B857'

red 192 ◦ green 184 ◦ blue 87

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

Shades of Olive Green #C0B857

Tints of Olive Green #C0B857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.79%

R = 41.47%
G = 39.74%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C0B857 (or 0xC0B857) is known color: Olive Green. HEX triplet: C0, B8 and 57. RGB value is (192,184,87). Sum of RGB (Red+Green+Blue) = 192+184+87=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 87 (34.38% from 255 or 18.79% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B857 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B857 is #3F47A8. Grayscale: #AFAFAF. Windows color (decimal): -4147113 or 5748928. OLE color: 5748928.

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

Color convert

RGB 192 184 87 -
CMYK 0 0.04 0.55 0.25
HSL 55.43º 0.45% 0.55% -
HSV(B) 55.43º 0.55% 0.75% -
XYZ 40.6 46.18 15.79 -
YUV 175.33 78.15 139.89 -
System Red Green Blue C M Y K H S L
Decimal 192 184 87 0 0.04 0.55 0.25 55.43 0.45 0.55
Hex C0 B8 57 0 4 37 19 37 2D 37
Octal 300 270 127 0 4 67 31 67 55 67
Binary 11000000 10111000 1010111 0 100 110111 11001 110111 101101 110111

Color Harmonies of #C0B857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B857

Black with #C0B857

Text Example


Text Example

White with #C0B857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B857; }

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

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

background-color css

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

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

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

border-color css

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

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

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