#B1BB69

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

Shades of Olive Green #B1BB69

Tints of Olive Green #B1BB69

Color information

#B1BB69 (or 0xB1BB69) is unknown color: approx Olive Green. HEX triplet: B1, BB and 69. RGB value is (177,187,105). Sum of RGB (Red+Green+Blue) = 177+187+105=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BB69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BB69 is #4E4496. Grayscale: #AEAEAE. Windows color (decimal): -5129367 or 6929329. OLE color: 6929329.

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

Color convert

RGB177187105-
CMYK0.0500.440.27
HSL67.32º37.61%57.25%-
HSV(B)67.32º43.85%73.33%-
XYZ38.4545.9120.2-
YUV174.6688.69129.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.74%
GREEN value IS 187 (73.44% from 255) = 39.87%
BLUE value IS 105 (41.41% from 255) = 22.39%
R=37.74%
G=39.87%
B=22.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771871050.0500.440.2767.3237.6157.25
HexB1BB69502C1B432639
Octal2612731515054331034671
Binary101100011011101111010011010101100110111000011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BB69; }

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

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

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

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

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

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

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

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