#B4B62A

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

Shades of Earls Green #B4B62A

Tints of Earls Green #B4B62A

Color information

#B4B62A (or 0xB4B62A) is unknown color: approx Earls Green. HEX triplet: B4, B6 and 2A. RGB value is (180,182,42). Sum of RGB (Red+Green+Blue) = 180+182+42=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 42 (16.80% from 255 or 10.40% from 404); Max value from RGB is 182 - color contains mainly: green. Hex color #B4B62A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B62A is #4B49D5. Grayscale: #A6A6A6. Windows color (decimal): -4934102 or 2799284. OLE color: 2799284.

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

Color convert

RGB18018242-
CMYK0.0100.770.29
HSL60.86º62.5%43.92%-
HSV(B)60.86º76.92%71.37%-
XYZ35.9743.338.66-
YUV165.4458.34138.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 182 (71.48% from 255) = 45.05%
BLUE value IS 42 (16.80% from 255) = 10.40%
R=44.55%
G=45.05%
B=10.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180182420.0100.770.2960.8662.543.92
HexB4B62A104D1D3d3e2c
Octal264266521011535757654
Binary101101001011011010101010100110111101111101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B62A; }

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

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

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

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

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

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

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

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