#b2a928

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

Shades of Earls Green #B2A928

Tints of Earls Green #B2A928

Color information

#B2A928 (or 0xB2A928) is unknown color: approx Earls Green. HEX triplet: B2, A9 and 28. RGB value is (178,169,40). Sum of RGB (Red+Green+Blue) = 178+169+40=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A928 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A928 is #4D56D7. Grayscale: #9D9D9D. Windows color (decimal): -5068504 or 2664882. OLE color: 2664882.

HSL color Cylindrical-coordinate representation of color #B2A928: hue angle of 56.09º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2A928 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB17816940-
CMYK00.050.780.30
HSL56.09º63.3%42.75%-
HSV(B)56.09º77.53%69.8%-
XYZ32.9337.997.61-
YUV156.9861.98142.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.99%
GREEN value IS 169 (66.41% from 255) = 43.67%
BLUE value IS 40 (16.02% from 255) = 10.34%
R=45.99%
G=43.67%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781694000.050.780.3056.0963.342.75
HexB2A928054E1E383f2b
Octal262251500511636707753
Binary10110010101010011010000101100111011110111000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2a928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2a928; }

 p { color: rgb(178,169,40); }

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

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

 a { background-color: rgb(178,169,40); }

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

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

 span { border-color: rgb(178,169,40); }

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