#B4A92D

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

Shades of Earls Green #B4A92D

Tints of Earls Green #B4A92D

Color information

#B4A92D (or 0xB4A92D) is unknown color: approx Earls Green. HEX triplet: B4, A9 and 2D. RGB value is (180,169,45). Sum of RGB (Red+Green+Blue) = 180+169+45=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A92D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A92D is #4B56D2. Grayscale: #9E9E9E. Windows color (decimal): -4937427 or 2992564. OLE color: 2992564.

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

Color convert

RGB18016945-
CMYK00.060.750.29
HSL55.11º60%44.12%-
HSV(B)55.11º75%70.59%-
XYZ33.4838.278.1-
YUV158.1564.14143.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.69%
GREEN value IS 169 (66.41% from 255) = 42.89%
BLUE value IS 45 (17.97% from 255) = 11.42%
R=45.69%
G=42.89%
B=11.42%

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
Decimal1801694500.060.750.2955.116044.12
HexB4A92D064B1D373c2c
Octal264251550611335677454
Binary10110100101010011011010110100101111101110111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A92D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A92D; }

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

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

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

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

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

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

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

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