#b4b626

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

Shades of Earls Green #B4B626

Tints of Earls Green #B4B626

Color information

#B4B626 (or 0xB4B626) is unknown color: approx Earls Green. HEX triplet: B4, B6 and 26. RGB value is (180,182,38). Sum of RGB (Red+Green+Blue) = 180+182+38=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 182 (71.48% from 255 or 45.5% from 400); Blue value is 38 (15.23% from 255 or 9.5% from 400); Max value from RGB is 182 - color contains mainly: green. Hex color #B4B626 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B626 is #4B49D9. Grayscale: #A5A5A5. Windows color (decimal): -4934106 or 2537140. OLE color: 2537140.

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

Color convert

RGB18018238-
CMYK0.0100.790.29
HSL60.83º65.45%43.14%-
HSV(B)60.83º79.12%71.37%-
XYZ35.943.38.3-
YUV164.9956.34138.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45%
GREEN value IS 182 (71.48% from 255) = 45.5%
BLUE value IS 38 (15.23% from 255) = 9.5%
R=45%
G=45.5%
B=9.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180182380.0100.790.2960.8365.4543.14
HexB4B626104F1D3d412b
Octal2642664610117357510153
Binary1011010010110110100110101001111111011111011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4b626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4b626; }

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

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

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

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

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

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

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

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