#B1BC5C

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

Shades of Olive Green #B1BC5C

Tints of Olive Green #B1BC5C

Color information

#B1BC5C (or 0xB1BC5C) is unknown color: approx Olive Green. HEX triplet: B1, BC and 5C. RGB value is (177,188,92). Sum of RGB (Red+Green+Blue) = 177+188+92=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BC5C is #4E43A3. Grayscale: #AEAEAE. Windows color (decimal): -5129124 or 6077617. OLE color: 6077617.

HSL color Cylindrical-coordinate representation of color #B1BC5C: hue angle of 66.88º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1BC5C is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB17718892-
CMYK0.0600.510.26
HSL66.88º41.74%54.9%-
HSV(B)66.88º51.06%73.73%-
XYZ38.0546.0917.02-
YUV173.7781.86130.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.73%
GREEN value IS 188 (73.83% from 255) = 41.14%
BLUE value IS 92 (36.33% from 255) = 20.13%
R=38.73%
G=41.14%
B=20.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177188920.0600.510.2666.8841.7454.9
HexB1BC5C60331A432a37
Octal2612741346063321035267
Binary101100011011110010111001100110011110101000011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BC5C; }

 p { color: rgb(177,188,92); }

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

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

 a { background-color: rgb(177,188,92); }

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

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

 span { border-color: rgb(177,188,92); }

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