Html Css Color HEX #C0BC59 Olive Green

📋 copy color: '#C0BC59'

red 192 ◦ green 188 ◦ blue 89

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

Shades of Olive Green #C0BC59

Tints of Olive Green #C0BC59

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.09%

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

R = 40.94%
G = 40.09%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C0BC59 (or 0xC0BC59) is known color: Olive Green. HEX triplet: C0, BC and 59. RGB value is (192,188,89). Sum of RGB (Red+Green+Blue) = 192+188+89=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 89 (35.16% from 255 or 18.98% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BC59 is #3F43A6. Grayscale: #B2B2B2. Windows color (decimal): -4146087 or 5881024. OLE color: 5881024.

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

Color convert

RGB 192 188 89 -
CMYK 0 0.02 0.54 0.25
HSL 57.67º 0.45% 0.55% -
HSV(B) 57.67º 0.54% 0.75% -
XYZ 41.52 47.89 16.51 -
YUV 177.91 77.83 138.05 -
System Red Green Blue C M Y K H S L
Decimal 192 188 89 0 0.02 0.54 0.25 57.67 0.45 0.55
Hex C0 BC 59 0 2 36 19 3A 2D 37
Octal 300 274 131 0 2 66 31 72 55 67
Binary 11000000 10111100 1011001 0 10 110110 11001 111010 101101 110111

Color Harmonies of #C0BC59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC59

Black with #C0BC59

Text Example


Text Example

White with #C0BC59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC59; }

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

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

background-color css

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

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

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

border-color css

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

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

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