#B4B230

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

Shades of Earls Green #B4B230

Tints of Earls Green #B4B230

Color information

#B4B230 (or 0xB4B230) is unknown color: approx Earls Green. HEX triplet: B4, B2 and 30. RGB value is (180,178,48). Sum of RGB (Red+Green+Blue) = 180+178+48=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 48 (19.14% from 255 or 11.82% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4B230 is #4B4DCF. Grayscale: #A4A4A4. Windows color (decimal): -4935120 or 3191476. OLE color: 3191476.

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

Color convert

RGB18017848-
CMYK00.010.730.29
HSL59.09º57.89%44.71%-
HSV(B)59.09º73.33%70.59%-
XYZ35.2841.769-
YUV163.7862.66139.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.33%
GREEN value IS 178 (69.92% from 255) = 43.84%
BLUE value IS 48 (19.14% from 255) = 11.82%
R=44.33%
G=43.84%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801784800.010.730.2959.0957.8944.71
HexB4B23001491D3b3a2d
Octal264262600111135737255
Binary101101001011001011000001100100111101111011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B230; }

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

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

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

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

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

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

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

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