Html Css Color HEX #B3AD14 Earls Green

📋 copy color: '#B3AD14'

red 179 ◦ green 173 ◦ blue 20

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

Shades of Earls Green #B3AD14

Tints of Earls Green #B3AD14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.38%

R = 48.12%
G = 46.51%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B3AD14 (or 0xB3AD14) is known color: Earls Green. HEX triplet: B3, AD and 14. RGB value is (179,173,20). Sum of RGB (Red+Green+Blue) = 179+173+20=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3AD14 is #4C52EB. Grayscale: #9D9D9D. Windows color (decimal): -5001964 or 1355187. OLE color: 1355187.

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

Color convert

RGB 179 173 20 -
CMYK 0 0.03 0.89 0.30
HSL 57.74º 0.8% 0.39% -
HSV(B) 57.74º 0.89% 0.7% -
XYZ 33.66 39.52 6.52 -
YUV 157.35 50.49 143.44 -
System Red Green Blue C M Y K H S L
Decimal 179 173 20 0 0.03 0.89 0.30 57.74 0.8 0.39
Hex B3 AD 14 0 3 59 1E 3A 50 27
Octal 263 255 24 0 3 131 36 72 120 47
Binary 10110011 10101101 10100 0 11 1011001 11110 111010 1010000 100111

Color Harmonies of #B3AD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AD14

Black with #B3AD14

Text Example


Text Example

White with #B3AD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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