#C0B850

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

Shades of Olive Green #C0B850

Tints of Olive Green #C0B850

Color information

#C0B850 (or 0xC0B850) is unknown color: approx Olive Green. HEX triplet: C0, B8 and 50. RGB value is (192,184,80). Sum of RGB (Red+Green+Blue) = 192+184+80=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B850 is #3F47AF. Grayscale: #AEAEAE. Windows color (decimal): -4147120 or 5290176. OLE color: 5290176.

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

Color convert

RGB19218480-
CMYK00.040.580.25
HSL55.71º47.06%53.33%-
HSV(B)55.71º58.33%75.29%-
XYZ40.3346.0714.36-
YUV174.5474.65140.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.11%
GREEN value IS 184 (72.27% from 255) = 40.35%
BLUE value IS 80 (31.64% from 255) = 17.54%
R=42.11%
G=40.35%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921848000.040.580.2555.7147.0653.33
HexC0B850043A19382f35
Octal300270120047231705765
Binary11000000101110001010000010011101011001111000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B850; }

 p { color: rgb(192,184,80); }

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

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

 a { background-color: rgb(192,184,80); }

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

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

 span { border-color: rgb(192,184,80); }

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