Html Css Color HEX #B2A816 Earls Green

📋 copy color: '#B2A816'

red 178 ◦ green 168 ◦ blue 22

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

Shades of Earls Green #B2A816

Tints of Earls Green #B2A816

RGB

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

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

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

R = 48.37%
G = 45.65%
B = 5.98%

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

#B2A816 (or 0xB2A816) is known color: Earls Green. HEX triplet: B2, A8 and 16. RGB value is (178,168,22). Sum of RGB (Red+Green+Blue) = 178+168+22=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 168 (66.02% from 255 or 45.65% from 368); Blue value is 22 (8.98% from 255 or 5.98% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A816 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A816 is #4D57E9. Grayscale: #9A9A9A. Windows color (decimal): -5068778 or 1484978. OLE color: 1484978.

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

Color convert

RGB 178 168 22 -
CMYK 0 0.06 0.88 0.30
HSL 56.15º 0.78% 0.39% -
HSV(B) 56.15º 0.88% 0.7% -
XYZ 32.51 37.53 6.29 -
YUV 154.35 53.31 144.87 -
System Red Green Blue C M Y K H S L
Decimal 178 168 22 0 0.06 0.88 0.30 56.15 0.78 0.39
Hex B2 A8 16 0 6 58 1E 38 4E 27
Octal 262 250 26 0 6 130 36 70 116 47
Binary 10110010 10101000 10110 0 110 1011000 11110 111000 1001110 100111

Color Harmonies of #B2A816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A816

Black with #B2A816

Text Example


Text Example

White with #B2A816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A816; }

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

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

background-color css

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

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

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

border-color css

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

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

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