Html Css Color HEX #ACB031 Earls Green

📋 copy color: '#ACB031'

red 172 ◦ green 176 ◦ blue 49

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

Shades of Earls Green #ACB031

Tints of Earls Green #ACB031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.34%

R = 43.32%
G = 44.33%
B = 12.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#ACB031 (or 0xACB031) is known color: Earls Green. HEX triplet: AC, B0 and 31. RGB value is (172,176,49). Sum of RGB (Red+Green+Blue) = 172+176+49=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 49 (19.53% from 255 or 12.34% from 397); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB031 is #534FCE. Grayscale: #A0A0A0. Windows color (decimal): -5459919 or 3256492. OLE color: 3256492.

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

Color convert

RGB 172 176 49 -
CMYK 0.02 0 0.72 0.31
HSL 61.89º 0.56% 0.44% -
HSV(B) 61.89º 0.72% 0.69% -
XYZ 33.09 40.04 8.89 -
YUV 160.33 65.17 136.33 -
System Red Green Blue C M Y K H S L
Decimal 172 176 49 0.02 0 0.72 0.31 61.89 0.56 0.44
Hex AC B0 31 2 0 48 1F 3E 38 2C
Octal 254 260 61 2 0 110 37 76 70 54
Binary 10101100 10110000 110001 10 0 1001000 11111 111110 111000 101100

Color Harmonies of #ACB031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB031

Black with #ACB031

Text Example


Text Example

White with #ACB031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB031; }

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

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

background-color css

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

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

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

border-color css

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

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

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