#C1BC56

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

Shades of Olive Green #C1BC56

Tints of Olive Green #C1BC56

Color information

#C1BC56 (or 0xC1BC56) is unknown color: approx Olive Green. HEX triplet: C1, BC and 56. RGB value is (193,188,86). Sum of RGB (Red+Green+Blue) = 193+188+86=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BC56 is #3E43A9. Grayscale: #B2B2B2. Windows color (decimal): -4080554 or 5684417. OLE color: 5684417.

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

Color convert

RGB19318886-
CMYK00.030.550.24
HSL57.2º46.32%54.71%-
HSV(B)57.2º55.44%75.69%-
XYZ41.6647.9815.87-
YUV177.8776.16138.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.33%
GREEN value IS 188 (73.83% from 255) = 40.26%
BLUE value IS 86 (33.98% from 255) = 18.42%
R=41.33%
G=40.26%
B=18.42%

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
Decimal1931888600.030.550.2457.246.3254.71
HexC1BC56033718392e37
Octal301274126036730715667
Binary1100000110111100101011001111011111000111001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BC56; }

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

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

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

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

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

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

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

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