#B1B34E

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

Shades of Olive Green #B1B34E

Tints of Olive Green #B1B34E

Color information

#B1B34E (or 0xB1B34E) is unknown color: approx Olive Green. HEX triplet: B1, B3 and 4E. RGB value is (177,179,78). Sum of RGB (Red+Green+Blue) = 177+179+78=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 78 (30.86% from 255 or 17.97% from 434); Max value from RGB is 179 - color contains mainly: green. Hex color #B1B34E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B34E is #4E4CB1. Grayscale: #A7A7A7. Windows color (decimal): -5131442 or 5157809. OLE color: 5157809.

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

Color convert

RGB17717978-
CMYK0.0100.560.30
HSL61.19º39.92%50.39%-
HSV(B)61.19º56.42%70.2%-
XYZ35.6342.1413.46-
YUV166.8977.84135.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.78%
GREEN value IS 179 (70.31% from 255) = 41.24%
BLUE value IS 78 (30.86% from 255) = 17.97%
R=40.78%
G=41.24%
B=17.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal177179780.0100.560.3061.1939.9250.39
HexB1B34E10381E3d2832
Octal261263116107036755062
Binary101100011011001110011101011100011110111101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B34E; }

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

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

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

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

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

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

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

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