Html Css Color HEX #ACB230 Earls Green

📋 copy color: '#ACB230'

red 172 ◦ green 178 ◦ blue 48

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

Shades of Earls Green #ACB230

Tints of Earls Green #ACB230

RGB

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

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

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

R = 43.22%
G = 44.72%
B = 12.06%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#ACB230 (or 0xACB230) is known color: Earls Green. HEX triplet: AC, B2 and 30. RGB value is (172,178,48). Sum of RGB (Red+Green+Blue) = 172+178+48=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 178 (69.92% from 255 or 44.72% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB230 is #534DCF. Grayscale: #A1A1A1. Windows color (decimal): -5459408 or 3191468. OLE color: 3191468.

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

Color convert

RGB 172 178 48 -
CMYK 0.03 0 0.73 0.30
HSL 62.77º 0.58% 0.44% -
HSV(B) 62.77º 0.73% 0.7% -
XYZ 33.47 40.82 8.91 -
YUV 161.39 64.01 135.57 -
System Red Green Blue C M Y K H S L
Decimal 172 178 48 0.03 0 0.73 0.30 62.77 0.58 0.44
Hex AC B2 30 3 0 49 1E 3F 3A 2C
Octal 254 262 60 3 0 111 36 77 72 54
Binary 10101100 10110010 110000 11 0 1001001 11110 111111 111010 101100

Color Harmonies of #ACB230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB230

Black with #ACB230

Text Example


Text Example

White with #ACB230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB230; }

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

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

background-color css

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

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

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

border-color css

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

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

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