#B4A226

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

Shades of Earls Green #B4A226

Tints of Earls Green #B4A226

Color information

#B4A226 (or 0xB4A226) is unknown color: approx Earls Green. HEX triplet: B4, A2 and 26. RGB value is (180,162,38). Sum of RGB (Red+Green+Blue) = 180+162+38=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 38 (15.23% from 255 or 10% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A226 is #4B5DD9. Grayscale: #999999. Windows color (decimal): -4939226 or 2532020. OLE color: 2532020.

HSL color Cylindrical-coordinate representation of color #B4A226: hue angle of 52.39º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B4A226 is Cyan = 0, Magento = 0.1, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB18016238-
CMYK00.10.790.29
HSL52.39º65.14%42.75%-
HSV(B)52.39º78.89%70.59%-
XYZ32.0935.687.03-
YUV153.2562.96147.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.37%
GREEN value IS 162 (63.67% from 255) = 42.63%
BLUE value IS 38 (15.23% from 255) = 10%
R=47.37%
G=42.63%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801623800.10.790.2952.3965.1442.75
HexB4A2260A4F1D34412b
Octal26424246012117356410153
Binary1011010010100010100110010101001111111011101001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A226; }

 p { color: rgb(180,162,38); }

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

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

 a { background-color: rgb(180,162,38); }

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

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

 span { border-color: rgb(180,162,38); }

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