#C0BD5B

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

Shades of Olive Green #C0BD5B

Tints of Olive Green #C0BD5B

Color information

#C0BD5B (or 0xC0BD5B) is unknown color: approx Olive Green. HEX triplet: C0, BD and 5B. RGB value is (192,189,91). Sum of RGB (Red+Green+Blue) = 192+189+91=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BD5B is #3F42A4. Grayscale: #B3B3B3. Windows color (decimal): -4145829 or 6012352. OLE color: 6012352.

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

Color convert

RGB19218991-
CMYK00.020.530.25
HSL58.22º44.49%55.49%-
HSV(B)58.22º52.6%75.29%-
XYZ41.8248.3617.03-
YUV178.7278.49137.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.68%
GREEN value IS 189 (74.22% from 255) = 40.04%
BLUE value IS 91 (35.94% from 255) = 19.28%
R=40.68%
G=40.04%
B=19.28%

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
Decimal1921899100.020.530.2558.2244.4955.49
HexC0BD5B0235193a2c37
Octal300275133026531725467
Binary1100000010111101101101101011010111001111010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BD5B; }

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

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

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

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

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

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

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

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