#C1B755

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

Shades of Olive Green #C1B755

Tints of Olive Green #C1B755

Color information

#C1B755 (or 0xC1B755) is unknown color: approx Olive Green. HEX triplet: C1, B7 and 55. RGB value is (193,183,85). Sum of RGB (Red+Green+Blue) = 193+183+85=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B755 is #3E48AA. Grayscale: #AFAFAF. Windows color (decimal): -4081835 or 5617601. OLE color: 5617601.

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

Color convert

RGB19318385-
CMYK00.050.560.24
HSL54.44º46.55%54.51%-
HSV(B)54.44º55.96%75.69%-
XYZ40.5745.8615.31-
YUV174.8277.31140.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.87%
GREEN value IS 183 (71.88% from 255) = 39.70%
BLUE value IS 85 (33.59% from 255) = 18.44%
R=41.87%
G=39.70%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931838500.050.560.2454.4446.5554.51
HexC1B755053818362f37
Octal301267125057030665767
Binary11000001101101111010101010111100011000110110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B755; }

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

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

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

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

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

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

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

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