Html Css Color HEX #ACA32A Earls Green

📋 copy color: '#ACA32A'

red 172 ◦ green 163 ◦ blue 42

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

Shades of Earls Green #ACA32A

Tints of Earls Green #ACA32A

RGB

 RED value IS 172 (67.58% from 255) = 45.62%

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

 BLUE value IS 42 (16.8% from 255) = 11.14%

R = 45.62%
G = 43.24%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#ACA32A (or 0xACA32A) is known color: Earls Green. HEX triplet: AC, A3 and 2A. RGB value is (172,163,42). Sum of RGB (Red+Green+Blue) = 172+163+42=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 42 (16.80% from 255 or 11.14% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA32A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA32A is #535CD5. Grayscale: #989898. Windows color (decimal): -5463254 or 2794412. OLE color: 2794412.

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

Color convert

RGB 172 163 42 -
CMYK 0 0.05 0.76 0.33
HSL 55.85º 0.61% 0.42% -
HSV(B) 55.85º 0.76% 0.67% -
XYZ 30.53 35.13 7.36 -
YUV 151.9 65.98 142.34 -
System Red Green Blue C M Y K H S L
Decimal 172 163 42 0 0.05 0.76 0.33 55.85 0.61 0.42
Hex AC A3 2A 0 5 4C 21 38 3D 2A
Octal 254 243 52 0 5 114 41 70 75 52
Binary 10101100 10100011 101010 0 101 1001100 100001 111000 111101 101010

Color Harmonies of #ACA32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA32A

Black with #ACA32A

Text Example


Text Example

White with #ACA32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA32A; }

 p { color: rgb(172,163,42); }

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

background-color css

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

 a { background-color: rgb(172,163,42); }

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

border-color css

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

 span { border-color: rgb(172,163,42); }

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