Html Css Color HEX #B0AA29 Earls Green

📋 copy color: '#B0AA29'

red 176 ◦ green 170 ◦ blue 41

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

Shades of Earls Green #B0AA29

Tints of Earls Green #B0AA29

RGB

 RED value IS 176 (69.14% from 255) = 45.48%

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

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

R = 45.48%
G = 43.93%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B0AA29 (or 0xB0AA29) is known color: Earls Green. HEX triplet: B0, AA and 29. RGB value is (176,170,41). Sum of RGB (Red+Green+Blue) = 176+170+41=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 41 (16.41% from 255 or 10.59% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AA29 is #4F55D6. Grayscale: #9D9D9D. Windows color (decimal): -5199319 or 2730672. OLE color: 2730672.

HSL color Cylindrical-coordinate representation of color #B0AA29: hue angle of 57.33º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0AA29 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 170 41 -
CMYK 0 0.03 0.77 0.31
HSL 57.33º 0.62% 0.43% -
HSV(B) 57.33º 0.77% 0.69% -
XYZ 32.68 38.14 7.74 -
YUV 157.09 62.49 141.49 -
System Red Green Blue C M Y K H S L
Decimal 176 170 41 0 0.03 0.77 0.31 57.33 0.62 0.43
Hex B0 AA 29 0 3 4D 1F 39 3E 2B
Octal 260 252 51 0 3 115 37 71 76 53
Binary 10110000 10101010 101001 0 11 1001101 11111 111001 111110 101011

Color Harmonies of #B0AA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AA29

Black with #B0AA29

Text Example


Text Example

White with #B0AA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AA29; }

 p { color: rgb(176,170,41); }

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

background-color css

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

 a { background-color: rgb(176,170,41); }

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

border-color css

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

 span { border-color: rgb(176,170,41); }

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