Html Css Color HEX #ABA526 Earls Green

📋 copy color: '#ABA526'

red 171 ◦ green 165 ◦ blue 38

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

Shades of Earls Green #ABA526

Tints of Earls Green #ABA526

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.12%

 BLUE value IS 38 (15.23% from 255) = 10.16%

R = 45.72%
G = 44.12%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#ABA526 (or 0xABA526) is known color: Earls Green. HEX triplet: AB, A5 and 26. RGB value is (171,165,38). Sum of RGB (Red+Green+Blue) = 171+165+38=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 165 (64.84% from 255 or 44.12% from 374); Blue value is 38 (15.23% from 255 or 10.16% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA526 is #545AD9. Grayscale: #989898. Windows color (decimal): -5528282 or 2532779. OLE color: 2532779.

HSL color Cylindrical-coordinate representation of color #ABA526: hue angle of 57.29º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABA526 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 165 38 -
CMYK 0 0.04 0.78 0.33
HSL 57.29º 0.64% 0.41% -
HSV(B) 57.29º 0.78% 0.67% -
XYZ 30.6 35.71 7.11 -
YUV 152.32 63.49 141.33 -
System Red Green Blue C M Y K H S L
Decimal 171 165 38 0 0.04 0.78 0.33 57.29 0.64 0.41
Hex AB A5 26 0 4 4E 21 39 40 29
Octal 253 245 46 0 4 116 41 71 100 51
Binary 10101011 10100101 100110 0 100 1001110 100001 111001 1000000 101001

Color Harmonies of #ABA526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA526

Black with #ABA526

Text Example


Text Example

White with #ABA526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA526; }

 p { color: rgb(171,165,38); }

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

background-color css

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

 a { background-color: rgb(171,165,38); }

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

border-color css

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

 span { border-color: rgb(171,165,38); }

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