#C1B655

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

Shades of Olive Green #C1B655

Tints of Olive Green #C1B655

Color information

#C1B655 (or 0xC1B655) is unknown color: approx Olive Green. HEX triplet: C1, B6 and 55. RGB value is (193,182,85). Sum of RGB (Red+Green+Blue) = 193+182+85=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 182 (71.48% from 255 or 39.57% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B655 is #3E49AA. Grayscale: #AEAEAE. Windows color (decimal): -4082091 or 5617345. OLE color: 5617345.

HSL color Cylindrical-coordinate representation of color #C1B655: hue angle of 53.89º 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 #C1B655 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB19318285-
CMYK00.060.560.24
HSL53.89º46.55%54.51%-
HSV(B)53.89º55.96%75.69%-
XYZ40.3645.4515.24-
YUV174.2377.64141.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.96%
GREEN value IS 182 (71.48% from 255) = 39.57%
BLUE value IS 85 (33.59% from 255) = 18.48%
R=41.96%
G=39.57%
B=18.48%

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
Decimal1931828500.060.560.2453.8946.5554.51
HexC1B655063818362f37
Octal301266125067030665767
Binary11000001101101101010101011011100011000110110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B655; }

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

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

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

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

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

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

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

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