#B1B05B

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

Shades of Olive Green #B1B05B

Tints of Olive Green #B1B05B

Color information

#B1B05B (or 0xB1B05B) is unknown color: approx Olive Green. HEX triplet: B1, B0 and 5B. RGB value is (177,176,91). Sum of RGB (Red+Green+Blue) = 177+176+91=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B05B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1B05B is #4E4FA4. Grayscale: #A6A6A6. Windows color (decimal): -5132197 or 6009009. OLE color: 6009009.

HSL color Cylindrical-coordinate representation of color #B1B05B: hue angle of 59.3º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1B05B is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17717691-
CMYK00.010.490.31
HSL59.3º35.54%52.55%-
HSV(B)59.3º48.59%69.41%-
XYZ35.5541.1515.97-
YUV166.6185.33135.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.86%
GREEN value IS 176 (69.14% from 255) = 39.64%
BLUE value IS 91 (35.94% from 255) = 20.50%
R=39.86%
G=39.64%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771769100.010.490.3159.335.5452.55
HexB1B05B01311F3b2435
Octal261260133016137734465
Binary101100011011000010110110111000111111111011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B05B; }

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

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

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

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

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

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

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

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