#B7A92A

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

Shades of Earls Green #B7A92A

Tints of Earls Green #B7A92A

Color information

#B7A92A (or 0xB7A92A) is unknown color: approx Earls Green. HEX triplet: B7, A9 and 2A. RGB value is (183,169,42). Sum of RGB (Red+Green+Blue) = 183+169+42=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 42 (16.80% from 255 or 10.66% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A92A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A92A is #4856D5. Grayscale: #9F9F9F. Windows color (decimal): -4740822 or 2795959. OLE color: 2795959.

HSL color Cylindrical-coordinate representation of color #B7A92A: hue angle of 54.04º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7A92A is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB18316942-
CMYK00.080.770.28
HSL54.04º62.67%44.12%-
HSV(B)54.04º77.05%71.76%-
XYZ34.1338.617.84-
YUV158.7162.14145.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.45%
GREEN value IS 169 (66.41% from 255) = 42.89%
BLUE value IS 42 (16.80% from 255) = 10.66%
R=46.45%
G=42.89%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831694200.080.770.2854.0462.6744.12
HexB7A92A084D1C363f2c
Octal2672515201011534667754
Binary101101111010100110101001000100110111100110110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A92A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A92A; }

 p { color: rgb(183,169,42); }

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

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

 a { background-color: rgb(183,169,42); }

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

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

 span { border-color: rgb(183,169,42); }

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