Html Css Color HEX #B0AD20 Earls Green

📋 copy color: '#B0AD20'

red 176 ◦ green 173 ◦ blue 32

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

Shades of Earls Green #B0AD20

Tints of Earls Green #B0AD20

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.41%

 BLUE value IS 32 (12.89% from 255) = 8.4%

R = 46.19%
G = 45.41%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B0AD20 (or 0xB0AD20) is known color: Earls Green. HEX triplet: B0, AD and 20. RGB value is (176,173,32). Sum of RGB (Red+Green+Blue) = 176+173+32=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AD20 is #4F52DF. Grayscale: #9E9E9E. Windows color (decimal): -5198560 or 2141616. OLE color: 2141616.

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

Color convert

RGB 176 173 32 -
CMYK 0 0.02 0.82 0.31
HSL 58.75º 0.69% 0.41% -
HSV(B) 58.75º 0.82% 0.69% -
XYZ 33.11 39.22 7.19 -
YUV 157.82 56.99 140.96 -
System Red Green Blue C M Y K H S L
Decimal 176 173 32 0 0.02 0.82 0.31 58.75 0.69 0.41
Hex B0 AD 20 0 2 52 1F 3B 45 29
Octal 260 255 40 0 2 122 37 73 105 51
Binary 10110000 10101101 100000 0 10 1010010 11111 111011 1000101 101001

Color Harmonies of #B0AD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AD20

Black with #B0AD20

Text Example


Text Example

White with #B0AD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AD20; }

 p { color: rgb(176,173,32); }

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

background-color css

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

 a { background-color: rgb(176,173,32); }

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

border-color css

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

 span { border-color: rgb(176,173,32); }

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