#C0B95E

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

Shades of Olive Green #C0B95E

Tints of Olive Green #C0B95E

Color information

#C0B95E (or 0xC0B95E) is unknown color: approx Olive Green. HEX triplet: C0, B9 and 5E. RGB value is (192,185,94). Sum of RGB (Red+Green+Blue) = 192+185+94=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 94 (37.11% from 255 or 19.96% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B95E is #3F46A1. Grayscale: #B1B1B1. Windows color (decimal): -4146850 or 6207936. OLE color: 6207936.

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

Color convert

RGB19218594-
CMYK00.040.510.25
HSL55.71º43.75%56.08%-
HSV(B)55.71º51.04%75.29%-
XYZ41.1146.7117.44-
YUV176.7281.32138.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.76%
GREEN value IS 185 (72.66% from 255) = 39.28%
BLUE value IS 94 (37.11% from 255) = 19.96%
R=40.76%
G=39.28%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921859400.040.510.2555.7143.7556.08
HexC0B95E043319382c38
Octal300271136046331705470
Binary11000000101110011011110010011001111001111000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B95E; }

 p { color: rgb(192,185,94); }

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

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

 a { background-color: rgb(192,185,94); }

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

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

 span { border-color: rgb(192,185,94); }

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