Html Css Color HEX #B2A616 Earls Green

📋 copy color: '#B2A616'

red 178 ◦ green 166 ◦ blue 22

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

Shades of Earls Green #B2A616

Tints of Earls Green #B2A616

RGB

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

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

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

R = 48.63%
G = 45.36%
B = 6.01%

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

#B2A616 (or 0xB2A616) is known color: Earls Green. HEX triplet: B2, A6 and 16. RGB value is (178,166,22). Sum of RGB (Red+Green+Blue) = 178+166+22=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A616 is #4D59E9. Grayscale: #999999. Windows color (decimal): -5069290 or 1484466. OLE color: 1484466.

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

Color convert

RGB 178 166 22 -
CMYK 0 0.07 0.88 0.30
HSL 55.38º 0.78% 0.39% -
HSV(B) 55.38º 0.88% 0.7% -
XYZ 32.14 36.8 6.17 -
YUV 153.17 53.98 145.71 -
System Red Green Blue C M Y K H S L
Decimal 178 166 22 0 0.07 0.88 0.30 55.38 0.78 0.39
Hex B2 A6 16 0 7 58 1E 37 4E 27
Octal 262 246 26 0 7 130 36 67 116 47
Binary 10110010 10100110 10110 0 111 1011000 11110 110111 1001110 100111

Color Harmonies of #B2A616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A616

Black with #B2A616

Text Example


Text Example

White with #B2A616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A616; }

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

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

background-color css

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

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

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

border-color css

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

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

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