Html Css Color HEX #ACB026 Earls Green

📋 copy color: '#ACB026'

red 172 ◦ green 176 ◦ blue 38

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

Shades of Earls Green #ACB026

Tints of Earls Green #ACB026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.84%

R = 44.56%
G = 45.6%
B = 9.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#ACB026 (or 0xACB026) is known color: Earls Green. HEX triplet: AC, B0 and 26. RGB value is (172,176,38). Sum of RGB (Red+Green+Blue) = 172+176+38=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 38 (15.23% from 255 or 9.84% from 386); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB026 is #534FD9. Grayscale: #9F9F9F. Windows color (decimal): -5459930 or 2535596. OLE color: 2535596.

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

Color convert

RGB 172 176 38 -
CMYK 0.02 0 0.78 0.31
HSL 61.74º 0.64% 0.42% -
HSV(B) 61.74º 0.78% 0.69% -
XYZ 32.89 39.96 7.81 -
YUV 159.07 59.67 137.22 -
System Red Green Blue C M Y K H S L
Decimal 172 176 38 0.02 0 0.78 0.31 61.74 0.64 0.42
Hex AC B0 26 2 0 4E 1F 3E 40 2A
Octal 254 260 46 2 0 116 37 76 100 52
Binary 10101100 10110000 100110 10 0 1001110 11111 111110 1000000 101010

Color Harmonies of #ACB026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB026

Black with #ACB026

Text Example


Text Example

White with #ACB026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB026; }

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

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

background-color css

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

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

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

border-color css

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

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

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