Html Css Color HEX #B3AA28 Earls Green

📋 copy color: '#B3AA28'

red 179 ◦ green 170 ◦ blue 40

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

Shades of Earls Green #B3AA28

Tints of Earls Green #B3AA28

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.7%

 BLUE value IS 40 (16.02% from 255) = 10.28%

R = 46.02%
G = 43.7%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B3AA28 (or 0xB3AA28) is known color: Earls Green. HEX triplet: B3, AA and 28. RGB value is (179,170,40). Sum of RGB (Red+Green+Blue) = 179+170+40=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AA28 is #4C55D7. Grayscale: #9E9E9E. Windows color (decimal): -5002712 or 2665139. OLE color: 2665139.

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

Color convert

RGB 179 170 40 -
CMYK 0 0.05 0.78 0.30
HSL 56.12º 0.63% 0.43% -
HSV(B) 56.12º 0.78% 0.7% -
XYZ 33.35 38.49 7.68 -
YUV 157.87 61.48 143.07 -
System Red Green Blue C M Y K H S L
Decimal 179 170 40 0 0.05 0.78 0.30 56.12 0.63 0.43
Hex B3 AA 28 0 5 4E 1E 38 3F 2B
Octal 263 252 50 0 5 116 36 70 77 53
Binary 10110011 10101010 101000 0 101 1001110 11110 111000 111111 101011

Color Harmonies of #B3AA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AA28

Black with #B3AA28

Text Example


Text Example

White with #B3AA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AA28; }

 p { color: rgb(179,170,40); }

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

background-color css

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

 a { background-color: rgb(179,170,40); }

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

border-color css

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

 span { border-color: rgb(179,170,40); }

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