#B4AB30

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

Shades of Earls Green #B4AB30

Tints of Earls Green #B4AB30

Color information

#B4AB30 (or 0xB4AB30) is unknown color: approx Earls Green. HEX triplet: B4, AB and 30. RGB value is (180,171,48). Sum of RGB (Red+Green+Blue) = 180+171+48=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 48 (19.14% from 255 or 12.03% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AB30 is #4B54CF. Grayscale: #A0A0A0. Windows color (decimal): -4936912 or 3189684. OLE color: 3189684.

HSL color Cylindrical-coordinate representation of color #B4AB30: hue angle of 55.91º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B4AB30 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB18017148-
CMYK00.050.730.29
HSL55.91º57.89%44.71%-
HSV(B)55.91º73.33%70.59%-
XYZ33.9239.048.54-
YUV159.6764.98142.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 171 (67.19% from 255) = 42.86%
BLUE value IS 48 (19.14% from 255) = 12.03%
R=45.11%
G=42.86%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801714800.050.730.2955.9157.8944.71
HexB4AB3005491D383a2d
Octal264253600511135707255
Binary10110100101010111100000101100100111101111000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AB30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AB30; }

 p { color: rgb(180,171,48); }

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

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

 a { background-color: rgb(180,171,48); }

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

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

 span { border-color: rgb(180,171,48); }

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