#B1BA5C

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

Shades of Olive Green #B1BA5C

Tints of Olive Green #B1BA5C

Color information

#B1BA5C (or 0xB1BA5C) is unknown color: approx Olive Green. HEX triplet: B1, BA and 5C. RGB value is (177,186,92). Sum of RGB (Red+Green+Blue) = 177+186+92=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BA5C is #4E45A3. Grayscale: #ACACAC. Windows color (decimal): -5129636 or 6077105. OLE color: 6077105.

HSL color Cylindrical-coordinate representation of color #B1BA5C: hue angle of 65.74º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1BA5C is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB17718692-
CMYK0.0500.510.27
HSL65.74º40.52%54.51%-
HSV(B)65.74º50.54%72.94%-
XYZ37.6245.2416.87-
YUV172.5982.52131.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.90%
GREEN value IS 186 (73.05% from 255) = 40.88%
BLUE value IS 92 (36.33% from 255) = 20.22%
R=38.90%
G=40.88%
B=20.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177186920.0500.510.2765.7440.5254.51
HexB1BA5C50331B422937
Octal2612721345063331025167
Binary101100011011101010111001010110011110111000010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BA5C; }

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

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

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

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

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

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

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

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