#B4A230

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

Shades of Earls Green #B4A230

Tints of Earls Green #B4A230

Color information

#B4A230 (or 0xB4A230) is unknown color: approx Earls Green. HEX triplet: B4, A2 and 30. RGB value is (180,162,48). Sum of RGB (Red+Green+Blue) = 180+162+48=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 48 (19.14% from 255 or 12.31% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A230 is #4B5DCF. Grayscale: #9A9A9A. Windows color (decimal): -4939216 or 3187380. OLE color: 3187380.

HSL color Cylindrical-coordinate representation of color #B4A230: hue angle of 51.82º 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 #B4A230 is Cyan = 0, Magento = 0.1, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB18016248-
CMYK00.10.730.29
HSL51.82º57.89%44.71%-
HSV(B)51.82º73.33%70.59%-
XYZ32.2835.768-
YUV154.3967.96146.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.15%
GREEN value IS 162 (63.67% from 255) = 41.54%
BLUE value IS 48 (19.14% from 255) = 12.31%
R=46.15%
G=41.54%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801624800.10.730.2951.8257.8944.71
HexB4A2300A491D343a2d
Octal2642426001211135647255
Binary101101001010001011000001010100100111101110100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A230; }

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

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

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

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

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

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

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

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