#B4A52B

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

Shades of Earls Green #B4A52B

Tints of Earls Green #B4A52B

Color information

#B4A52B (or 0xB4A52B) is unknown color: approx Earls Green. HEX triplet: B4, A5 and 2B. RGB value is (180,165,43). Sum of RGB (Red+Green+Blue) = 180+165+43=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 43 (17.19% from 255 or 11.08% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A52B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A52B is #4B5AD4. Grayscale: #9C9C9C. Windows color (decimal): -4938453 or 2860468. OLE color: 2860468.

HSL color Cylindrical-coordinate representation of color #B4A52B: hue angle of 53.43º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4A52B is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB18016543-
CMYK00.080.760.29
HSL53.43º61.43%43.73%-
HSV(B)53.43º76.11%70.59%-
XYZ32.7136.797.66-
YUV155.5864.47145.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.39%
GREEN value IS 165 (64.84% from 255) = 42.53%
BLUE value IS 43 (17.19% from 255) = 11.08%
R=46.39%
G=42.53%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801654300.080.760.2953.4361.4343.73
HexB4A52B084C1D353d2c
Octal2642455301011435657554
Binary101101001010010110101101000100110011101110101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A52B; }

 p { color: rgb(180,165,43); }

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

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

 a { background-color: rgb(180,165,43); }

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

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

 span { border-color: rgb(180,165,43); }

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