Html Css Color HEX #ACB130 Earls Green

📋 copy color: '#ACB130'

red 172 ◦ green 177 ◦ blue 48

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

Shades of Earls Green #ACB130

Tints of Earls Green #ACB130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.09%

R = 43.32%
G = 44.58%
B = 12.09%

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

#ACB130 (or 0xACB130) is known color: Earls Green. HEX triplet: AC, B1 and 30. RGB value is (172,177,48). Sum of RGB (Red+Green+Blue) = 172+177+48=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 48 (19.14% from 255 or 12.09% from 397); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB130 is #534ECF. Grayscale: #A1A1A1. Windows color (decimal): -5459664 or 3191212. OLE color: 3191212.

HSL color Cylindrical-coordinate representation of color #ACB130: hue angle of 62.33º degrees, saturation: 0.57, 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 #ACB130 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 177 48 -
CMYK 0.03 0 0.73 0.31
HSL 62.33º 0.57% 0.44% -
HSV(B) 62.33º 0.73% 0.69% -
XYZ 33.27 40.43 8.85 -
YUV 160.8 64.34 135.99 -
System Red Green Blue C M Y K H S L
Decimal 172 177 48 0.03 0 0.73 0.31 62.33 0.57 0.44
Hex AC B1 30 3 0 49 1F 3E 39 2C
Octal 254 261 60 3 0 111 37 76 71 54
Binary 10101100 10110001 110000 11 0 1001001 11111 111110 111001 101100

Color Harmonies of #ACB130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB130

Black with #ACB130

Text Example


Text Example

White with #ACB130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB130; }

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

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

background-color css

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

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

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

border-color css

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

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

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