#B4AA2D

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

Shades of Earls Green #B4AA2D

Tints of Earls Green #B4AA2D

Color information

#B4AA2D (or 0xB4AA2D) is unknown color: approx Earls Green. HEX triplet: B4, AA and 2D. RGB value is (180,170,45). Sum of RGB (Red+Green+Blue) = 180+170+45=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AA2D is #4B55D2. Grayscale: #9F9F9F. Windows color (decimal): -4937171 or 2992820. OLE color: 2992820.

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

Color convert

RGB18017045-
CMYK00.060.750.29
HSL55.56º60%44.12%-
HSV(B)55.56º75%70.59%-
XYZ33.6738.648.17-
YUV158.7463.81143.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.57%
GREEN value IS 170 (66.80% from 255) = 43.04%
BLUE value IS 45 (17.97% from 255) = 11.39%
R=45.57%
G=43.04%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801704500.060.750.2955.566044.12
HexB4AA2D064B1D383c2c
Octal264252550611335707454
Binary10110100101010101011010110100101111101111000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA2D; }

 p { color: rgb(180,170,45); }

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

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

 a { background-color: rgb(180,170,45); }

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

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

 span { border-color: rgb(180,170,45); }

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