#B1B65B

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

Shades of Olive Green #B1B65B

Tints of Olive Green #B1B65B

Color information

#B1B65B (or 0xB1B65B) is unknown color: approx Olive Green. HEX triplet: B1, B6 and 5B. RGB value is (177,182,91). Sum of RGB (Red+Green+Blue) = 177+182+91=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B65B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B65B is #4E49A4. Grayscale: #AAAAAA. Windows color (decimal): -5130661 or 6010545. OLE color: 6010545.

HSL color Cylindrical-coordinate representation of color #B1B65B: hue angle of 63.3º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1B65B is Cyan = 0.03, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.29.

Color convert

RGB17718291-
CMYK0.0300.50.29
HSL63.3º38.4%53.53%-
HSV(B)63.3º50%71.37%-
XYZ36.7543.5616.37-
YUV170.1383.34132.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.33%
GREEN value IS 182 (71.48% from 255) = 40.44%
BLUE value IS 91 (35.94% from 255) = 20.22%
R=39.33%
G=40.44%
B=20.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177182910.0300.50.2963.338.453.53
HexB1B65B30321D3f2636
Octal261266133306235774666
Binary1011000110110110101101111011001011101111111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B65B; }

 p { color: rgb(177,182,91); }

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

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

 a { background-color: rgb(177,182,91); }

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

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

 span { border-color: rgb(177,182,91); }

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