#C0BC5B

Color #C0BC5B Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #C0BC5B

Tints of Olive Green #C0BC5B

Color information

#C0BC5B (or 0xC0BC5B) is unknown color: approx Olive Green. HEX triplet: C0, BC and 5B. RGB value is (192,188,91). Sum of RGB (Red+Green+Blue) = 192+188+91=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BC5B is #3F43A4. Grayscale: #B2B2B2. Windows color (decimal): -4146085 or 6012096. OLE color: 6012096.

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

Color convert

RGB19218891-
CMYK00.020.530.25
HSL57.62º44.49%55.49%-
HSV(B)57.62º52.6%75.29%-
XYZ41.6147.9316.96-
YUV178.1478.83137.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.76%
GREEN value IS 188 (73.83% from 255) = 39.92%
BLUE value IS 91 (35.94% from 255) = 19.32%
R=40.76%
G=39.92%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921889100.020.530.2557.6244.4955.49
HexC0BC5B0235193a2c37
Octal300274133026531725467
Binary1100000010111100101101101011010111001111010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BC5B; }

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

 H1.HeaderClassName
 {
   color: #C0BC5B;
 }
 .AnyTagClassName
 {
   color: #C0BC5B;
 }
</style>
background-color css

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

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

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

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

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

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