#C2B655

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

Shades of Olive Green #C2B655

Tints of Olive Green #C2B655

Color information

#C2B655 (or 0xC2B655) is unknown color: approx Olive Green. HEX triplet: C2, B6 and 55. RGB value is (194,182,85). Sum of RGB (Red+Green+Blue) = 194+182+85=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B655 is #3D49AA. Grayscale: #AEAEAE. Windows color (decimal): -4016555 or 5617346. OLE color: 5617346.

HSL color Cylindrical-coordinate representation of color #C2B655: hue angle of 53.39º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2B655 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB19418285-
CMYK00.060.560.24
HSL53.39º47.19%54.71%-
HSV(B)53.39º56.19%76.08%-
XYZ40.6245.5815.25-
YUV174.5377.48141.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.08%
GREEN value IS 182 (71.48% from 255) = 39.48%
BLUE value IS 85 (33.59% from 255) = 18.44%
R=42.08%
G=39.48%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941828500.060.560.2453.3947.1954.71
HexC2B655063818352f37
Octal302266125067030655767
Binary11000010101101101010101011011100011000110101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B655; }

 p { color: rgb(194,182,85); }

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

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

 a { background-color: rgb(194,182,85); }

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

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

 span { border-color: rgb(194,182,85); }

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