Html Css Color HEX #B0AA2F Earls Green

📋 copy color: '#B0AA2F'

red 176 ◦ green 170 ◦ blue 47

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

Shades of Earls Green #B0AA2F

Tints of Earls Green #B0AA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.96%

R = 44.78%
G = 43.26%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B0AA2F (or 0xB0AA2F) is known color: Earls Green. HEX triplet: B0, AA and 2F. RGB value is (176,170,47). Sum of RGB (Red+Green+Blue) = 176+170+47=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 47 (18.75% from 255 or 11.96% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AA2F is #4F55D0. Grayscale: #9E9E9E. Windows color (decimal): -5199313 or 3123888. OLE color: 3123888.

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

Color convert

RGB 176 170 47 -
CMYK 0 0.03 0.73 0.31
HSL 57.21º 0.58% 0.44% -
HSV(B) 57.21º 0.73% 0.69% -
XYZ 32.79 38.18 8.33 -
YUV 157.77 65.49 141 -
System Red Green Blue C M Y K H S L
Decimal 176 170 47 0 0.03 0.73 0.31 57.21 0.58 0.44
Hex B0 AA 2F 0 3 49 1F 39 3A 2C
Octal 260 252 57 0 3 111 37 71 72 54
Binary 10110000 10101010 101111 0 11 1001001 11111 111001 111010 101100

Color Harmonies of #B0AA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AA2F

Black with #B0AA2F

Text Example


Text Example

White with #B0AA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AA2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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