Html Css Color HEX #ACAB2F Earls Green

📋 copy color: '#ACAB2F'

red 172 ◦ green 171 ◦ blue 47

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

Shades of Earls Green #ACAB2F

Tints of Earls Green #ACAB2F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.85%

 BLUE value IS 47 (18.75% from 255) = 12.05%

R = 44.1%
G = 43.85%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#ACAB2F (or 0xACAB2F) is known color: Earls Green. HEX triplet: AC, AB and 2F. RGB value is (172,171,47). Sum of RGB (Red+Green+Blue) = 172+171+47=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 47 (18.75% from 255 or 12.05% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAB2F is #5354D0. Grayscale: #9D9D9D. Windows color (decimal): -5461201 or 3124140. OLE color: 3124140.

HSL color Cylindrical-coordinate representation of color #ACAB2F: hue angle of 59.52º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACAB2F is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 171 47 -
CMYK 0 0.01 0.73 0.33
HSL 59.52º 0.57% 0.43% -
HSV(B) 59.52º 0.73% 0.67% -
XYZ 32.09 38.1 8.35 -
YUV 157.16 65.83 138.58 -
System Red Green Blue C M Y K H S L
Decimal 172 171 47 0 0.01 0.73 0.33 59.52 0.57 0.43
Hex AC AB 2F 0 1 49 21 3C 39 2B
Octal 254 253 57 0 1 111 41 74 71 53
Binary 10101100 10101011 101111 0 1 1001001 100001 111100 111001 101011

Color Harmonies of #ACAB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAB2F

Black with #ACAB2F

Text Example


Text Example

White with #ACAB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAB2F; }

 p { color: rgb(172,171,47); }

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

background-color css

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

 a { background-color: rgb(172,171,47); }

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

border-color css

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

 span { border-color: rgb(172,171,47); }

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