#B4B226

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

Shades of Earls Green #B4B226

Tints of Earls Green #B4B226

Color information

#B4B226 (or 0xB4B226) is unknown color: approx Earls Green. HEX triplet: B4, B2 and 26. RGB value is (180,178,38). Sum of RGB (Red+Green+Blue) = 180+178+38=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 38 (15.23% from 255 or 9.60% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4B226 is #4B4DD9. Grayscale: #A3A3A3. Windows color (decimal): -4935130 or 2536116. OLE color: 2536116.

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

Color convert

RGB18017838-
CMYK00.010.790.29
HSL59.15º65.14%42.75%-
HSV(B)59.15º78.89%70.59%-
XYZ35.0941.688.03-
YUV162.6457.66140.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.45%
GREEN value IS 178 (69.92% from 255) = 44.95%
BLUE value IS 38 (15.23% from 255) = 9.60%
R=45.45%
G=44.95%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801783800.010.790.2959.1565.1442.75
HexB4B226014F1D3b412b
Octal2642624601117357310153
Binary1011010010110010100110011001111111011110111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B226; }

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

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

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

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

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

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

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

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