Html Css Color HEX #ACB12F Earls Green

📋 copy color: '#ACB12F'

red 172 ◦ green 177 ◦ blue 47

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

Shades of Earls Green #ACB12F

Tints of Earls Green #ACB12F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.7%

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

R = 43.43%
G = 44.7%
B = 11.87%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#ACB12F (or 0xACB12F) is known color: Earls Green. HEX triplet: AC, B1 and 2F. RGB value is (172,177,47). Sum of RGB (Red+Green+Blue) = 172+177+47=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 47 (18.75% from 255 or 11.87% from 396); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB12F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB12F is #534ED0. Grayscale: #A1A1A1. Windows color (decimal): -5459665 or 3125676. OLE color: 3125676.

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

Color convert

RGB 172 177 47 -
CMYK 0.03 0 0.73 0.31
HSL 62.31º 0.58% 0.44% -
HSV(B) 62.31º 0.73% 0.69% -
XYZ 33.25 40.42 8.74 -
YUV 160.69 63.84 136.07 -
System Red Green Blue C M Y K H S L
Decimal 172 177 47 0.03 0 0.73 0.31 62.31 0.58 0.44
Hex AC B1 2F 3 0 49 1F 3E 3A 2C
Octal 254 261 57 3 0 111 37 76 72 54
Binary 10101100 10110001 101111 11 0 1001001 11111 111110 111010 101100

Color Harmonies of #ACB12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB12F

Black with #ACB12F

Text Example


Text Example

White with #ACB12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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