Html Css Color HEX #ACB22F Earls Green

📋 copy color: '#ACB22F'

red 172 ◦ green 178 ◦ blue 47

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

Shades of Earls Green #ACB22F

Tints of Earls Green #ACB22F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.84%

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

R = 43.32%
G = 44.84%
B = 11.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#ACB22F (or 0xACB22F) is known color: Earls Green. HEX triplet: AC, B2 and 2F. RGB value is (172,178,47). Sum of RGB (Red+Green+Blue) = 172+178+47=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 47 (18.75% from 255 or 11.84% from 397); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB22F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB22F is #534DD0. Grayscale: #A1A1A1. Windows color (decimal): -5459409 or 3125932. OLE color: 3125932.

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

Color convert

RGB 172 178 47 -
CMYK 0.03 0 0.74 0.30
HSL 62.75º 0.58% 0.44% -
HSV(B) 62.75º 0.74% 0.7% -
XYZ 33.45 40.82 8.8 -
YUV 161.27 63.51 135.65 -
System Red Green Blue C M Y K H S L
Decimal 172 178 47 0.03 0 0.74 0.30 62.75 0.58 0.44
Hex AC B2 2F 3 0 4A 1E 3F 3A 2C
Octal 254 262 57 3 0 112 36 77 72 54
Binary 10101100 10110010 101111 11 0 1001010 11110 111111 111010 101100

Color Harmonies of #ACB22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB22F

Black with #ACB22F

Text Example


Text Example

White with #ACB22F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB22F; }

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

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

background-color css

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

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

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

border-color css

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

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

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