#C1BC53

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

Shades of Olive Green #C1BC53

Tints of Olive Green #C1BC53

Color information

#C1BC53 (or 0xC1BC53) is unknown color: approx Olive Green. HEX triplet: C1, BC and 53. RGB value is (193,188,83). Sum of RGB (Red+Green+Blue) = 193+188+83=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 83 (32.81% from 255 or 17.89% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BC53 is #3E43AC. Grayscale: #B1B1B1. Windows color (decimal): -4080557 or 5487809. OLE color: 5487809.

HSL color Cylindrical-coordinate representation of color #C1BC53: hue angle of 57.27º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C1BC53 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB19318883-
CMYK00.030.570.24
HSL57.27º47.01%54.12%-
HSV(B)57.27º56.99%75.69%-
XYZ41.5447.9315.25-
YUV177.5274.66139.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.59%
GREEN value IS 188 (73.83% from 255) = 40.52%
BLUE value IS 83 (32.81% from 255) = 17.89%
R=41.59%
G=40.52%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931888300.030.570.2457.2747.0154.12
HexC1BC53033918392f36
Octal301274123037130715766
Binary1100000110111100101001101111100111000111001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BC53; }

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

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

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

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

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

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

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

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