Html Css Color HEX #B2AC19 Earls Green

📋 copy color: '#B2AC19'

red 178 ◦ green 172 ◦ blue 25

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

Shades of Earls Green #B2AC19

Tints of Earls Green #B2AC19

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.87%

 BLUE value IS 25 (10.16% from 255) = 6.67%

R = 47.47%
G = 45.87%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B2AC19 (or 0xB2AC19) is known color: Earls Green. HEX triplet: B2, AC and 19. RGB value is (178,172,25). Sum of RGB (Red+Green+Blue) = 178+172+25=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 25 (10.16% from 255 or 6.67% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AC19 is #4D53E6. Grayscale: #9D9D9D. Windows color (decimal): -5067751 or 1682610. OLE color: 1682610.

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

Color convert

RGB 178 172 25 -
CMYK 0 0.03 0.86 0.30
HSL 57.65º 0.75% 0.4% -
HSV(B) 57.65º 0.86% 0.7% -
XYZ 33.29 39.04 6.7 -
YUV 157.04 53.49 142.95 -
System Red Green Blue C M Y K H S L
Decimal 178 172 25 0 0.03 0.86 0.30 57.65 0.75 0.4
Hex B2 AC 19 0 3 56 1E 3A 4B 28
Octal 262 254 31 0 3 126 36 72 113 50
Binary 10110010 10101100 11001 0 11 1010110 11110 111010 1001011 101000

Color Harmonies of #B2AC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AC19

Black with #B2AC19

Text Example


Text Example

White with #B2AC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AC19; }

 p { color: rgb(178,172,25); }

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

background-color css

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

 a { background-color: rgb(178,172,25); }

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

border-color css

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

 span { border-color: rgb(178,172,25); }

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