#B1BB61

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

Shades of Olive Green #B1BB61

Tints of Olive Green #B1BB61

Color information

#B1BB61 (or 0xB1BB61) is unknown color: approx Olive Green. HEX triplet: B1, BB and 61. RGB value is (177,187,97). Sum of RGB (Red+Green+Blue) = 177+187+97=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BB61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BB61 is #4E449E. Grayscale: #AEAEAE. Windows color (decimal): -5129375 or 6405041. OLE color: 6405041.

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

Color convert

RGB17718797-
CMYK0.0500.480.27
HSL66.67º39.82%55.69%-
HSV(B)66.67º48.13%73.33%-
XYZ38.0645.7518.13-
YUV173.7584.69130.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.39%
GREEN value IS 187 (73.44% from 255) = 40.56%
BLUE value IS 97 (38.28% from 255) = 21.04%
R=38.39%
G=40.56%
B=21.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177187970.0500.480.2766.6739.8255.69
HexB1BB6150301B432838
Octal2612731415060331035070
Binary101100011011101111000011010110000110111000011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BB61; }

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

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

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

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

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

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

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

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