Html Css Color HEX #B2AA1E Earls Green

📋 copy color: '#B2AA1E'

red 178 ◦ green 170 ◦ blue 30

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

Shades of Earls Green #B2AA1E

Tints of Earls Green #B2AA1E

RGB

 RED value IS 178 (69.92% from 255) = 47.09%

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

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

R = 47.09%
G = 44.97%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B2AA1E (or 0xB2AA1E) is known color: Earls Green. HEX triplet: B2, AA and 1E. RGB value is (178,170,30). Sum of RGB (Red+Green+Blue) = 178+170+30=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AA1E is #4D55E1. Grayscale: #9D9D9D. Windows color (decimal): -5068258 or 2009778. OLE color: 2009778.

HSL color Cylindrical-coordinate representation of color #B2AA1E: hue angle of 56.76º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2AA1E is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 170 30 -
CMYK 0 0.04 0.83 0.30
HSL 56.76º 0.71% 0.41% -
HSV(B) 56.76º 0.83% 0.7% -
XYZ 32.97 38.31 6.88 -
YUV 156.43 56.65 143.38 -
System Red Green Blue C M Y K H S L
Decimal 178 170 30 0 0.04 0.83 0.30 56.76 0.71 0.41
Hex B2 AA 1E 0 4 53 1E 39 47 29
Octal 262 252 36 0 4 123 36 71 107 51
Binary 10110010 10101010 11110 0 100 1010011 11110 111001 1000111 101001

Color Harmonies of #B2AA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AA1E

Black with #B2AA1E

Text Example


Text Example

White with #B2AA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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