#B1B75E

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

Shades of Olive Green #B1B75E

Tints of Olive Green #B1B75E

Color information

#B1B75E (or 0xB1B75E) is unknown color: approx Olive Green. HEX triplet: B1, B7 and 5E. RGB value is (177,183,94). Sum of RGB (Red+Green+Blue) = 177+183+94=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B75E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B75E is #4E48A1. Grayscale: #ABABAB. Windows color (decimal): -5130402 or 6207409. OLE color: 6207409.

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

Color convert

RGB17718394-
CMYK0.0300.490.28
HSL64.04º38.2%54.31%-
HSV(B)64.04º48.63%71.76%-
XYZ37.0944.0217.13-
YUV171.0684.51132.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.99%
GREEN value IS 183 (71.88% from 255) = 40.31%
BLUE value IS 94 (37.11% from 255) = 20.70%
R=38.99%
G=40.31%
B=20.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal177183940.0300.490.2864.0438.254.31
HexB1B75E30311C402636
Octal2612671363061341004666
Binary10110001101101111011110110110001111001000000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B75E; }

 p { color: rgb(177,183,94); }

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

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

 a { background-color: rgb(177,183,94); }

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

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

 span { border-color: rgb(177,183,94); }

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