#B1B14D

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

Shades of Olive Green #B1B14D

Tints of Olive Green #B1B14D

Color information

#B1B14D (or 0xB1B14D) is unknown color: approx Olive Green. HEX triplet: B1, B1 and 4D. RGB value is (177,177,77). Sum of RGB (Red+Green+Blue) = 177+177+77=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1B14D is #4E4EB2. Grayscale: #A6A6A6. Windows color (decimal): -5131955 or 5091761. OLE color: 5091761.

HSL color Cylindrical-coordinate representation of color #B1B14D: 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.56%. Process color model (Four color, CMYK) of #B1B14D is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17717777-
CMYK000.560.31
HSL60º39.37%49.8%-
HSV(B)60º56.5%69.41%-
XYZ35.1941.3313.14-
YUV165.678136.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.07%
GREEN value IS 177 (69.53% from 255) = 41.07%
BLUE value IS 77 (30.47% from 255) = 17.87%
R=41.07%
G=41.07%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717777000.560.316039.3749.8
HexB1B14D00381F3c2732
Octal261261115007037744762
Binary101100011011000110011010011100011111111100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B14D; }

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

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

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

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

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

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

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

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