Html Css Color HEX #ABA622 Earls Green

📋 copy color: '#ABA622'

red 171 ◦ green 166 ◦ blue 34

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

Shades of Earls Green #ABA622

Tints of Earls Green #ABA622

RGB

 RED value IS 171 (67.19% from 255) = 46.09%

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

 BLUE value IS 34 (13.67% from 255) = 9.16%

R = 46.09%
G = 44.74%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#ABA622 (or 0xABA622) is known color: Earls Green. HEX triplet: AB, A6 and 22. RGB value is (171,166,34). Sum of RGB (Red+Green+Blue) = 171+166+34=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA622 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA622 is #5459DD. Grayscale: #989898. Windows color (decimal): -5528030 or 2270891. OLE color: 2270891.

HSL color Cylindrical-coordinate representation of color #ABA622: hue angle of 57.81º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABA622 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 166 34 -
CMYK 0 0.03 0.80 0.33
HSL 57.81º 0.67% 0.4% -
HSV(B) 57.81º 0.8% 0.67% -
XYZ 30.72 36.05 6.85 -
YUV 152.45 61.16 141.23 -
System Red Green Blue C M Y K H S L
Decimal 171 166 34 0 0.03 0.80 0.33 57.81 0.67 0.4
Hex AB A6 22 0 3 50 21 3A 43 28
Octal 253 246 42 0 3 120 41 72 103 50
Binary 10101011 10100110 100010 0 11 1010000 100001 111010 1000011 101000

Color Harmonies of #ABA622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA622

Black with #ABA622

Text Example


Text Example

White with #ABA622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA622; }

 p { color: rgb(171,166,34); }

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

background-color css

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

 a { background-color: rgb(171,166,34); }

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

border-color css

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

 span { border-color: rgb(171,166,34); }

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