Html Css Color HEX #ABA328 Earls Green

📋 copy color: '#ABA328'

red 171 ◦ green 163 ◦ blue 40

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

Shades of Earls Green #ABA328

Tints of Earls Green #ABA328

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.58%

 BLUE value IS 40 (16.02% from 255) = 10.7%

R = 45.72%
G = 43.58%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#ABA328 (or 0xABA328) is known color: Earls Green. HEX triplet: AB, A3 and 28. RGB value is (171,163,40). Sum of RGB (Red+Green+Blue) = 171+163+40=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA328 is #545CD7. Grayscale: #979797. Windows color (decimal): -5528792 or 2663339. OLE color: 2663339.

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

Color convert

RGB 171 163 40 -
CMYK 0 0.05 0.77 0.33
HSL 56.34º 0.62% 0.41% -
HSV(B) 56.34º 0.77% 0.67% -
XYZ 30.27 35.01 7.17 -
YUV 151.37 65.15 142 -
System Red Green Blue C M Y K H S L
Decimal 171 163 40 0 0.05 0.77 0.33 56.34 0.62 0.41
Hex AB A3 28 0 5 4D 21 38 3E 29
Octal 253 243 50 0 5 115 41 70 76 51
Binary 10101011 10100011 101000 0 101 1001101 100001 111000 111110 101001

Color Harmonies of #ABA328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA328

Black with #ABA328

Text Example


Text Example

White with #ABA328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA328; }

 p { color: rgb(171,163,40); }

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

background-color css

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

 a { background-color: rgb(171,163,40); }

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

border-color css

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

 span { border-color: rgb(171,163,40); }

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