Html Css Color HEX #B3A229 Earls Green

📋 copy color: '#B3A229'

red 179 ◦ green 162 ◦ blue 41

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

Shades of Earls Green #B3A229

Tints of Earls Green #B3A229

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.41%

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

R = 46.86%
G = 42.41%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B3A229 (or 0xB3A229) is known color: Earls Green. HEX triplet: B3, A2 and 29. RGB value is (179,162,41). Sum of RGB (Red+Green+Blue) = 179+162+41=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 41 (16.41% from 255 or 10.73% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A229 is #4C5DD6. Grayscale: #999999. Windows color (decimal): -5004759 or 2728627. OLE color: 2728627.

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

Color convert

RGB 179 162 41 -
CMYK 0 0.09 0.77 0.30
HSL 52.61º 0.63% 0.43% -
HSV(B) 52.61º 0.77% 0.7% -
XYZ 31.91 35.58 7.28 -
YUV 153.29 64.63 146.34 -
System Red Green Blue C M Y K H S L
Decimal 179 162 41 0 0.09 0.77 0.30 52.61 0.63 0.43
Hex B3 A2 29 0 9 4D 1E 35 3F 2B
Octal 263 242 51 0 11 115 36 65 77 53
Binary 10110011 10100010 101001 0 1001 1001101 11110 110101 111111 101011

Color Harmonies of #B3A229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A229

Black with #B3A229

Text Example


Text Example

White with #B3A229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A229; }

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

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

background-color css

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

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

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

border-color css

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

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

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