#B1B35E

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

Shades of Olive Green #B1B35E

Tints of Olive Green #B1B35E

Color information

#B1B35E (or 0xB1B35E) is unknown color: approx Olive Green. HEX triplet: B1, B3 and 5E. RGB value is (177,179,94). Sum of RGB (Red+Green+Blue) = 177+179+94=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 179 - color contains mainly: green. Hex color #B1B35E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B35E is #4E4CA1. Grayscale: #A9A9A9. Windows color (decimal): -5131426 or 6206385. OLE color: 6206385.

HSL color Cylindrical-coordinate representation of color #B1B35E: hue angle of 61.41º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B1B35E is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB17717994-
CMYK0.0100.470.30
HSL61.41º35.86%53.53%-
HSV(B)61.41º47.49%70.2%-
XYZ36.2742.416.86-
YUV168.7185.84133.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.33%
GREEN value IS 179 (70.31% from 255) = 39.78%
BLUE value IS 94 (37.11% from 255) = 20.89%
R=39.33%
G=39.78%
B=20.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal177179940.0100.470.3061.4135.8653.53
HexB1B35E102F1E3d2436
Octal261263136105736754466
Binary101100011011001110111101010111111110111101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B35E; }

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

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

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

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

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

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

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

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