#B1BB5C

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

Shades of Olive Green #B1BB5C

Tints of Olive Green #B1BB5C

Color information

#B1BB5C (or 0xB1BB5C) is unknown color: approx Olive Green. HEX triplet: B1, BB and 5C. RGB value is (177,187,92). Sum of RGB (Red+Green+Blue) = 177+187+92=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BB5C is #4E44A3. Grayscale: #ADADAD. Windows color (decimal): -5129380 or 6077361. OLE color: 6077361.

HSL color Cylindrical-coordinate representation of color #B1BB5C: hue angle of 66.32º 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 #B1BB5C is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB17718792-
CMYK0.0500.510.27
HSL66.32º41.13%54.71%-
HSV(B)66.32º50.8%73.33%-
XYZ37.8345.6616.94-
YUV173.1882.19130.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.82%
GREEN value IS 187 (73.44% from 255) = 41.01%
BLUE value IS 92 (36.33% from 255) = 20.18%
R=38.82%
G=41.01%
B=20.18%

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
Decimal177187920.0500.510.2766.3241.1354.71
HexB1BB5C50331B422937
Octal2612731345063331025167
Binary101100011011101110111001010110011110111000010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BB5C; }

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

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

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

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

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

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

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

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