Html Css Color HEX #B3A616 Earls Green

📋 copy color: '#B3A616'

red 179 ◦ green 166 ◦ blue 22

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

Shades of Earls Green #B3A616

Tints of Earls Green #B3A616

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.23%

 BLUE value IS 22 (8.98% from 255) = 5.99%

R = 48.77%
G = 45.23%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B3A616 (or 0xB3A616) is known color: Earls Green. HEX triplet: B3, A6 and 16. RGB value is (179,166,22). Sum of RGB (Red+Green+Blue) = 179+166+22=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A616 is #4C59E9. Grayscale: #9A9A9A. Windows color (decimal): -5003754 or 1484467. OLE color: 1484467.

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

Color convert

RGB 179 166 22 -
CMYK 0 0.07 0.88 0.30
HSL 55.03º 0.78% 0.39% -
HSV(B) 55.03º 0.88% 0.7% -
XYZ 32.37 36.91 6.18 -
YUV 153.47 53.81 146.21 -
System Red Green Blue C M Y K H S L
Decimal 179 166 22 0 0.07 0.88 0.30 55.03 0.78 0.39
Hex B3 A6 16 0 7 58 1E 37 4E 27
Octal 263 246 26 0 7 130 36 67 116 47
Binary 10110011 10100110 10110 0 111 1011000 11110 110111 1001110 100111

Color Harmonies of #B3A616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A616

Black with #B3A616

Text Example


Text Example

White with #B3A616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A616; }

 p { color: rgb(179,166,22); }

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

background-color css

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

 a { background-color: rgb(179,166,22); }

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

border-color css

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

 span { border-color: rgb(179,166,22); }

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