Html Css Color HEX #ACAB2D Earls Green

📋 copy color: '#ACAB2D'

red 172 ◦ green 171 ◦ blue 45

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

Shades of Earls Green #ACAB2D

Tints of Earls Green #ACAB2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.6%

R = 44.33%
G = 44.07%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#ACAB2D (or 0xACAB2D) is known color: Earls Green. HEX triplet: AC, AB and 2D. RGB value is (172,171,45). Sum of RGB (Red+Green+Blue) = 172+171+45=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAB2D is #5354D2. Grayscale: #9D9D9D. Windows color (decimal): -5461203 or 2993068. OLE color: 2993068.

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

Color convert

RGB 172 171 45 -
CMYK 0 0.01 0.74 0.33
HSL 59.53º 0.59% 0.43% -
HSV(B) 59.53º 0.74% 0.67% -
XYZ 32.05 38.09 8.14 -
YUV 156.94 64.83 138.75 -
System Red Green Blue C M Y K H S L
Decimal 172 171 45 0 0.01 0.74 0.33 59.53 0.59 0.43
Hex AC AB 2D 0 1 4A 21 3C 3B 2B
Octal 254 253 55 0 1 112 41 74 73 53
Binary 10101100 10101011 101101 0 1 1001010 100001 111100 111011 101011

Color Harmonies of #ACAB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAB2D

Black with #ACAB2D

Text Example


Text Example

White with #ACAB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAB2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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