#C1B856

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

Shades of Olive Green #C1B856

Tints of Olive Green #C1B856

Color information

#C1B856 (or 0xC1B856) is unknown color: approx Olive Green. HEX triplet: C1, B8 and 56. RGB value is (193,184,86). Sum of RGB (Red+Green+Blue) = 193+184+86=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 86 (33.98% from 255 or 18.57% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B856 is #3E47A9. Grayscale: #AFAFAF. Windows color (decimal): -4081578 or 5683393. OLE color: 5683393.

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

Color convert

RGB19318486-
CMYK00.050.550.24
HSL54.95º46.32%54.71%-
HSV(B)54.95º55.44%75.69%-
XYZ40.8146.2915.59-
YUV175.5277.48140.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.68%
GREEN value IS 184 (72.27% from 255) = 39.74%
BLUE value IS 86 (33.98% from 255) = 18.57%
R=41.68%
G=39.74%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931848600.050.550.2454.9546.3254.71
HexC1B856053718372e37
Octal301270126056730675667
Binary11000001101110001010110010111011111000110111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B856; }

 p { color: rgb(193,184,86); }

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

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

 a { background-color: rgb(193,184,86); }

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

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

 span { border-color: rgb(193,184,86); }

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