Html Css Color HEX #B2AD20 Earls Green

📋 copy color: '#B2AD20'

red 178 ◦ green 173 ◦ blue 32

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

Shades of Earls Green #B2AD20

Tints of Earls Green #B2AD20

RGB

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

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

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

R = 46.48%
G = 45.17%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B2AD20 (or 0xB2AD20) is known color: Earls Green. HEX triplet: B2, AD and 20. RGB value is (178,173,32). Sum of RGB (Red+Green+Blue) = 178+173+32=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 32 (12.89% from 255 or 8.36% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AD20 is #4D52DF. Grayscale: #9E9E9E. Windows color (decimal): -5067488 or 2141618. OLE color: 2141618.

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

Color convert

RGB 178 173 32 -
CMYK 0 0.03 0.82 0.30
HSL 57.95º 0.7% 0.41% -
HSV(B) 57.95º 0.82% 0.7% -
XYZ 33.56 39.46 7.21 -
YUV 158.42 56.66 141.96 -
System Red Green Blue C M Y K H S L
Decimal 178 173 32 0 0.03 0.82 0.30 57.95 0.7 0.41
Hex B2 AD 20 0 3 52 1E 3A 46 29
Octal 262 255 40 0 3 122 36 72 106 51
Binary 10110010 10101101 100000 0 11 1010010 11110 111010 1000110 101001

Color Harmonies of #B2AD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AD20

Black with #B2AD20

Text Example


Text Example

White with #B2AD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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