#C1B955

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

Shades of Olive Green #C1B955

Tints of Olive Green #C1B955

Color information

#C1B955 (or 0xC1B955) is unknown color: approx Olive Green. HEX triplet: C1, B9 and 55. RGB value is (193,185,85). Sum of RGB (Red+Green+Blue) = 193+185+85=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 85 (33.59% from 255 or 18.36% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B955 is #3E46AA. Grayscale: #B0B0B0. Windows color (decimal): -4081323 or 5618113. OLE color: 5618113.

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

Color convert

RGB19318585-
CMYK00.040.560.24
HSL55.56º46.55%54.51%-
HSV(B)55.56º55.96%75.69%-
XYZ40.9846.6915.45-
YUV175.9976.65140.13-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.68%
GREEN value IS 185 (72.66% from 255) = 39.96%
BLUE value IS 85 (33.59% from 255) = 18.36%
R=41.68%
G=39.96%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931858500.040.560.2455.5646.5554.51
HexC1B955043818382f37
Octal301271125047030705767
Binary11000001101110011010101010011100011000111000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B955; }

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

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

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

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

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

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

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

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