#B1B14F

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

Shades of Olive Green #B1B14F

Tints of Olive Green #B1B14F

Color information

#B1B14F (or 0xB1B14F) is unknown color: approx Olive Green. HEX triplet: B1, B1 and 4F. RGB value is (177,177,79). Sum of RGB (Red+Green+Blue) = 177+177+79=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B14F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1B14F is #4E4EB0. Grayscale: #A6A6A6. Windows color (decimal): -5131953 or 5222833. OLE color: 5222833.

HSL color Cylindrical-coordinate representation of color #B1B14F: hue angle of 60º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1B14F is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17717779-
CMYK000.550.31
HSL60º38.58%50.2%-
HSV(B)60º55.37%69.41%-
XYZ35.2641.3613.52-
YUV165.8379135.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.88%
GREEN value IS 177 (69.53% from 255) = 40.88%
BLUE value IS 79 (31.25% from 255) = 18.24%
R=40.88%
G=40.88%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717779000.550.316038.5850.2
HexB1B14F00371F3c2732
Octal261261117006737744762
Binary101100011011000110011110011011111111111100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B14F; }

 p { color: rgb(177,177,79); }

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

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

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

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

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

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

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