Html Css Color HEX #B3A816 Earls Green

📋 copy color: '#B3A816'

red 179 ◦ green 168 ◦ blue 22

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

Shades of Earls Green #B3A816

Tints of Earls Green #B3A816

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.53%

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

R = 48.51%
G = 45.53%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B3A816 (or 0xB3A816) is known color: Earls Green. HEX triplet: B3, A8 and 16. RGB value is (179,168,22). Sum of RGB (Red+Green+Blue) = 179+168+22=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 168 (66.02% from 255 or 45.53% from 369); Blue value is 22 (8.98% from 255 or 5.96% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A816 is #4C57E9. Grayscale: #9B9B9B. Windows color (decimal): -5003242 or 1484979. OLE color: 1484979.

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

Color convert

RGB 179 168 22 -
CMYK 0 0.06 0.88 0.30
HSL 55.8º 0.78% 0.39% -
HSV(B) 55.8º 0.88% 0.7% -
XYZ 32.74 37.65 6.3 -
YUV 154.65 53.14 145.37 -
System Red Green Blue C M Y K H S L
Decimal 179 168 22 0 0.06 0.88 0.30 55.8 0.78 0.39
Hex B3 A8 16 0 6 58 1E 38 4E 27
Octal 263 250 26 0 6 130 36 70 116 47
Binary 10110011 10101000 10110 0 110 1011000 11110 111000 1001110 100111

Color Harmonies of #B3A816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A816

Black with #B3A816

Text Example


Text Example

White with #B3A816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A816; }

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

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

background-color css

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

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

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

border-color css

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

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

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