#B4B14E

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

Shades of Olive Green #B4B14E

Tints of Olive Green #B4B14E

Color information

#B4B14E (or 0xB4B14E) is unknown color: approx Olive Green. HEX triplet: B4, B1 and 4E. RGB value is (180,177,78). Sum of RGB (Red+Green+Blue) = 180+177+78=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 78 (30.86% from 255 or 17.93% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B14E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B14E is #4B4EB1. Grayscale: #A7A7A7. Windows color (decimal): -4935346 or 5157300. OLE color: 5157300.

HSL color Cylindrical-coordinate representation of color #B4B14E: hue angle of 58.24º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4B14E is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18017778-
CMYK00.020.570.29
HSL58.24º40.48%50.59%-
HSV(B)58.24º56.67%70.59%-
XYZ35.9241.713.36-
YUV166.6177.99137.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 177 (69.53% from 255) = 40.69%
BLUE value IS 78 (30.86% from 255) = 17.93%
R=41.38%
G=40.69%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801777800.020.570.2958.2440.4850.59
HexB4B14E02391D3a2833
Octal264261116027135725063
Binary1011010010110001100111001011100111101111010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B14E; }

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

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

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

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

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

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

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

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