Html Css Color HEX #B0AA1E Earls Green

📋 copy color: '#B0AA1E'

red 176 ◦ green 170 ◦ blue 30

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

Shades of Earls Green #B0AA1E

Tints of Earls Green #B0AA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.98%

R = 46.81%
G = 45.21%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B0AA1E (or 0xB0AA1E) is known color: Earls Green. HEX triplet: B0, AA and 1E. RGB value is (176,170,30). Sum of RGB (Red+Green+Blue) = 176+170+30=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 30 (12.11% from 255 or 7.98% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AA1E is #4F55E1. Grayscale: #9C9C9C. Windows color (decimal): -5199330 or 2009776. OLE color: 2009776.

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

Color convert

RGB 176 170 30 -
CMYK 0 0.03 0.83 0.31
HSL 57.53º 0.71% 0.4% -
HSV(B) 57.53º 0.83% 0.69% -
XYZ 32.51 38.07 6.86 -
YUV 155.83 56.99 142.38 -
System Red Green Blue C M Y K H S L
Decimal 176 170 30 0 0.03 0.83 0.31 57.53 0.71 0.4
Hex B0 AA 1E 0 3 53 1F 3A 47 28
Octal 260 252 36 0 3 123 37 72 107 50
Binary 10110000 10101010 11110 0 11 1010011 11111 111010 1000111 101000

Color Harmonies of #B0AA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AA1E

Black with #B0AA1E

Text Example


Text Example

White with #B0AA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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