Html Css Color HEX #ACB027 Earls Green

📋 copy color: '#ACB027'

red 172 ◦ green 176 ◦ blue 39

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

Shades of Earls Green #ACB027

Tints of Earls Green #ACB027

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.48%

 BLUE value IS 39 (15.63% from 255) = 10.08%

R = 44.44%
G = 45.48%
B = 10.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#ACB027 (or 0xACB027) is known color: Earls Green. HEX triplet: AC, B0 and 27. RGB value is (172,176,39). Sum of RGB (Red+Green+Blue) = 172+176+39=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 39 (15.62% from 255 or 10.08% from 387); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB027 is #534FD8. Grayscale: #9F9F9F. Windows color (decimal): -5459929 or 2601132. OLE color: 2601132.

HSL color Cylindrical-coordinate representation of color #ACB027: hue angle of 61.75º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACB027 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 176 39 -
CMYK 0.02 0 0.78 0.31
HSL 61.75º 0.64% 0.42% -
HSV(B) 61.75º 0.78% 0.69% -
XYZ 32.9 39.97 7.9 -
YUV 159.19 60.17 137.14 -
System Red Green Blue C M Y K H S L
Decimal 172 176 39 0.02 0 0.78 0.31 61.75 0.64 0.42
Hex AC B0 27 2 0 4E 1F 3E 40 2A
Octal 254 260 47 2 0 116 37 76 100 52
Binary 10101100 10110000 100111 10 0 1001110 11111 111110 1000000 101010

Color Harmonies of #ACB027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB027

Black with #ACB027

Text Example


Text Example

White with #ACB027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB027; }

 p { color: rgb(172,176,39); }

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

background-color css

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

 a { background-color: rgb(172,176,39); }

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

border-color css

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

 span { border-color: rgb(172,176,39); }

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