Html Css Color HEX #C0BF57 Olive Green

📋 copy color: '#C0BF57'

red 192 ◦ green 191 ◦ blue 87

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

Shades of Olive Green #C0BF57

Tints of Olive Green #C0BF57

RGB

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

 GREEN value IS 191 (75% from 255) = 40.64%

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

R = 40.85%
G = 40.64%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C0BF57 (or 0xC0BF57) is known color: Olive Green. HEX triplet: C0, BF and 57. RGB value is (192,191,87). Sum of RGB (Red+Green+Blue) = 192+191+87=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 87 (34.38% from 255 or 18.51% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF57 is #3F40A8. Grayscale: #B3B3B3. Windows color (decimal): -4145321 or 5750720. OLE color: 5750720.

HSL color Cylindrical-coordinate representation of color #C0BF57: hue angle of 59.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 #C0BF57 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 191 87 -
CMYK 0 0.01 0.55 0.25
HSL 59.43º 0.45% 0.55% -
HSV(B) 59.43º 0.55% 0.75% -
XYZ 42.09 49.16 16.29 -
YUV 179.44 75.83 136.96 -
System Red Green Blue C M Y K H S L
Decimal 192 191 87 0 0.01 0.55 0.25 59.43 0.45 0.55
Hex C0 BF 57 0 1 37 19 3B 2D 37
Octal 300 277 127 0 1 67 31 73 55 67
Binary 11000000 10111111 1010111 0 1 110111 11001 111011 101101 110111

Color Harmonies of #C0BF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF57

Black with #C0BF57

Text Example


Text Example

White with #C0BF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF57; }

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

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

background-color css

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

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

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

border-color css

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

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

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