#B1B24E

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

Shades of Olive Green #B1B24E

Tints of Olive Green #B1B24E

Color information

#B1B24E (or 0xB1B24E) is unknown color: approx Olive Green. HEX triplet: B1, B2 and 4E. RGB value is (177,178,78). Sum of RGB (Red+Green+Blue) = 177+178+78=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 78 (30.86% from 255 or 18.01% from 433); Max value from RGB is 178 - color contains mainly: green. Hex color #B1B24E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1B24E is #4E4DB1. Grayscale: #A6A6A6. Windows color (decimal): -5131698 or 5157553. OLE color: 5157553.

HSL color Cylindrical-coordinate representation of color #B1B24E: hue angle of 60.6º degrees, saturation: 0.39, 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 #B1B24E is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB17717878-
CMYK0.0100.560.30
HSL60.6º39.37%50.2%-
HSV(B)60.6º56.18%69.8%-
XYZ35.4341.7413.4-
YUV166.378.17135.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.88%
GREEN value IS 178 (69.92% from 255) = 41.11%
BLUE value IS 78 (30.86% from 255) = 18.01%
R=40.88%
G=41.11%
B=18.01%

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
Decimal177178780.0100.560.3060.639.3750.2
HexB1B24E10381E3d2732
Octal261262116107036754762
Binary101100011011001010011101011100011110111101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B24E; }

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

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

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

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

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

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

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

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