#C0BD5C

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

Shades of Olive Green #C0BD5C

Tints of Olive Green #C0BD5C

Color information

#C0BD5C (or 0xC0BD5C) is unknown color: approx Olive Green. HEX triplet: C0, BD and 5C. RGB value is (192,189,92). Sum of RGB (Red+Green+Blue) = 192+189+92=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BD5C is #3F42A3. Grayscale: #B3B3B3. Windows color (decimal): -4145828 or 6077888. OLE color: 6077888.

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

Color convert

RGB19218992-
CMYK00.020.520.25
HSL58.2º44.25%55.69%-
HSV(B)58.2º52.08%75.29%-
XYZ41.8748.3717.26-
YUV178.8478.99137.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.59%
GREEN value IS 189 (74.22% from 255) = 39.96%
BLUE value IS 92 (36.33% from 255) = 19.45%
R=40.59%
G=39.96%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921899200.020.520.2558.244.2555.69
HexC0BD5C0234193a2c38
Octal300275134026431725470
Binary1100000010111101101110001011010011001111010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BD5C; }

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

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

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

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

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

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

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

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