Html Css Color HEX #B3AD20 Earls Green

📋 copy color: '#B3AD20'

red 179 ◦ green 173 ◦ blue 32

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

Shades of Earls Green #B3AD20

Tints of Earls Green #B3AD20

RGB

 RED value IS 179 (70.31% from 255) = 46.61%

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

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

R = 46.61%
G = 45.05%
B = 8.33%

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

#B3AD20 (or 0xB3AD20) is known color: Earls Green. HEX triplet: B3, AD and 20. RGB value is (179,173,32). Sum of RGB (Red+Green+Blue) = 179+173+32=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AD20 is #4C52DF. Grayscale: #9F9F9F. Windows color (decimal): -5001952 or 2141619. OLE color: 2141619.

HSL color Cylindrical-coordinate representation of color #B3AD20: hue angle of 57.55º 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 #B3AD20 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 173 32 -
CMYK 0 0.03 0.82 0.30
HSL 57.55º 0.7% 0.41% -
HSV(B) 57.55º 0.82% 0.7% -
XYZ 33.79 39.58 7.22 -
YUV 158.72 56.49 142.46 -
System Red Green Blue C M Y K H S L
Decimal 179 173 32 0 0.03 0.82 0.30 57.55 0.7 0.41
Hex B3 AD 20 0 3 52 1E 3A 46 29
Octal 263 255 40 0 3 122 36 72 106 51
Binary 10110011 10101101 100000 0 11 1010010 11110 111010 1000110 101001

Color Harmonies of #B3AD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AD20

Black with #B3AD20

Text Example


Text Example

White with #B3AD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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