#B3AF29

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

Shades of Earls Green #B3AF29

Tints of Earls Green #B3AF29

Color information

#B3AF29 (or 0xB3AF29) is unknown color: approx Earls Green. HEX triplet: B3, AF and 29. RGB value is (179,175,41). Sum of RGB (Red+Green+Blue) = 179+175+41=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 41 (16.41% from 255 or 10.38% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AF29 is #4C50D6. Grayscale: #A1A1A1. Windows color (decimal): -5001431 or 2731955. OLE color: 2731955.

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

Color convert

RGB17917541-
CMYK00.020.770.30
HSL58.26º62.73%43.14%-
HSV(B)58.26º77.09%70.2%-
XYZ34.3240.48.09-
YUV160.9260.33140.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.32%
GREEN value IS 175 (68.75% from 255) = 44.30%
BLUE value IS 41 (16.41% from 255) = 10.38%
R=45.32%
G=44.30%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791754100.020.770.3058.2662.7343.14
HexB3AF29024D1E3a3f2b
Octal263257510211536727753
Binary1011001110101111101001010100110111110111010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AF29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AF29; }

 p { color: rgb(179,175,41); }

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

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

 a { background-color: rgb(179,175,41); }

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

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

 span { border-color: rgb(179,175,41); }

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