Html Css Color HEX #B0A221 Earls Green

📋 copy color: '#B0A221'

red 176 ◦ green 162 ◦ blue 33

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

Shades of Earls Green #B0A221

Tints of Earls Green #B0A221

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.67%

 BLUE value IS 33 (13.28% from 255) = 8.89%

R = 47.44%
G = 43.67%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B0A221 (or 0xB0A221) is known color: Earls Green. HEX triplet: B0, A2 and 21. RGB value is (176,162,33). Sum of RGB (Red+Green+Blue) = 176+162+33=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A221 is #4F5DDE. Grayscale: #989898. Windows color (decimal): -5201375 or 2204336. OLE color: 2204336.

HSL color Cylindrical-coordinate representation of color #B0A221: hue angle of 54.13º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0A221 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 162 33 -
CMYK 0 0.08 0.81 0.31
HSL 54.13º 0.68% 0.41% -
HSV(B) 54.13º 0.81% 0.69% -
XYZ 31.1 35.18 6.59 -
YUV 151.48 61.14 145.49 -
System Red Green Blue C M Y K H S L
Decimal 176 162 33 0 0.08 0.81 0.31 54.13 0.68 0.41
Hex B0 A2 21 0 8 51 1F 36 44 29
Octal 260 242 41 0 10 121 37 66 104 51
Binary 10110000 10100010 100001 0 1000 1010001 11111 110110 1000100 101001

Color Harmonies of #B0A221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A221

Black with #B0A221

Text Example


Text Example

White with #B0A221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A221; }

 p { color: rgb(176,162,33); }

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

background-color css

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

 a { background-color: rgb(176,162,33); }

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

border-color css

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

 span { border-color: rgb(176,162,33); }

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