Html Css Color HEX #B3A129 Earls Green

📋 copy color: '#B3A129'

red 179 ◦ green 161 ◦ blue 41

#B3A129
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #B3A129

Tints of Earls Green #B3A129

RGB

 RED value IS 179 (70.31% from 255) = 46.98%

 GREEN value IS 161 (63.28% from 255) = 42.26%

 BLUE value IS 41 (16.41% from 255) = 10.76%

R = 46.98%
G = 42.26%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B3A129 (or 0xB3A129) is known color: Earls Green. HEX triplet: B3, A1 and 29. RGB value is (179,161,41). Sum of RGB (Red+Green+Blue) = 179+161+41=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 41 (16.41% from 255 or 10.76% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A129 is #4C5ED6. Grayscale: #999999. Windows color (decimal): -5005015 or 2728371. OLE color: 2728371.

HSL color Cylindrical-coordinate representation of color #B3A129: hue angle of 52.17º 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 #B3A129 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 161 41 -
CMYK 0 0.10 0.77 0.30
HSL 52.17º 0.63% 0.43% -
HSV(B) 52.17º 0.77% 0.7% -
XYZ 31.74 35.23 7.23 -
YUV 152.7 64.96 146.76 -
System Red Green Blue C M Y K H S L
Decimal 179 161 41 0 0.10 0.77 0.30 52.17 0.63 0.43
Hex B3 A1 29 0 A 4D 1E 34 3F 2B
Octal 263 241 51 0 12 115 36 64 77 53
Binary 10110011 10100001 101001 0 1010 1001101 11110 110100 111111 101011

Color Harmonies of #B3A129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A129

Black with #B3A129

Text Example


Text Example

White with #B3A129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A129; }

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

 H1.HeaderClassName
 {
   color: #B3A129;
 }
 .AnyTagClassName
 {
   color: #B3A129;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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