#C1BB56

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

Shades of Olive Green #C1BB56

Tints of Olive Green #C1BB56

Color information

#C1BB56 (or 0xC1BB56) is unknown color: approx Olive Green. HEX triplet: C1, BB and 56. RGB value is (193,187,86). Sum of RGB (Red+Green+Blue) = 193+187+86=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BB56 is #3E44A9. Grayscale: #B1B1B1. Windows color (decimal): -4080810 or 5684161. OLE color: 5684161.

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

Color convert

RGB19318786-
CMYK00.030.550.24
HSL56.64º46.32%54.71%-
HSV(B)56.64º55.44%75.69%-
XYZ41.4447.5515.8-
YUV177.2876.49139.21-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.42%
GREEN value IS 187 (73.44% from 255) = 40.13%
BLUE value IS 86 (33.98% from 255) = 18.45%
R=41.42%
G=40.13%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931878600.030.550.2456.6446.3254.71
HexC1BB56033718392e37
Octal301273126036730715667
Binary1100000110111011101011001111011111000111001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BB56; }

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

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

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

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

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

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

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

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