#B2AF2A

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

Shades of Earls Green #B2AF2A

Tints of Earls Green #B2AF2A

Color information

#B2AF2A (or 0xB2AF2A) is unknown color: approx Earls Green. HEX triplet: B2, AF and 2A. RGB value is (178,175,42). Sum of RGB (Red+Green+Blue) = 178+175+42=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AF2A is #4D50D5. Grayscale: #A1A1A1. Windows color (decimal): -5066966 or 2797490. OLE color: 2797490.

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

Color convert

RGB17817542-
CMYK00.020.760.30
HSL58.68º61.82%43.14%-
HSV(B)58.68º76.4%69.8%-
XYZ34.1140.298.17-
YUV160.7460.99140.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.06%
GREEN value IS 175 (68.75% from 255) = 44.30%
BLUE value IS 42 (16.80% from 255) = 10.63%
R=45.06%
G=44.30%
B=10.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781754200.020.760.3058.6861.8243.14
HexB2AF2A024C1E3b3e2b
Octal262257520211436737653
Binary1011001010101111101010010100110011110111011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AF2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AF2A; }

 p { color: rgb(178,175,42); }

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

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

 a { background-color: rgb(178,175,42); }

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

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

 span { border-color: rgb(178,175,42); }

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