Html Css Color HEX #ACB02A Earls Green

📋 copy color: '#ACB02A'

red 172 ◦ green 176 ◦ blue 42

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

Shades of Earls Green #ACB02A

Tints of Earls Green #ACB02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.77%

R = 44.1%
G = 45.13%
B = 10.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#ACB02A (or 0xACB02A) is known color: Earls Green. HEX triplet: AC, B0 and 2A. RGB value is (172,176,42). Sum of RGB (Red+Green+Blue) = 172+176+42=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB02A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB02A is #534FD5. Grayscale: #A0A0A0. Windows color (decimal): -5459926 or 2797740. OLE color: 2797740.

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

Color convert

RGB 172 176 42 -
CMYK 0.02 0 0.76 0.31
HSL 61.79º 0.61% 0.43% -
HSV(B) 61.79º 0.76% 0.69% -
XYZ 32.96 39.99 8.17 -
YUV 159.53 61.67 136.9 -
System Red Green Blue C M Y K H S L
Decimal 172 176 42 0.02 0 0.76 0.31 61.79 0.61 0.43
Hex AC B0 2A 2 0 4C 1F 3E 3D 2B
Octal 254 260 52 2 0 114 37 76 75 53
Binary 10101100 10110000 101010 10 0 1001100 11111 111110 111101 101011

Color Harmonies of #ACB02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB02A

Black with #ACB02A

Text Example


Text Example

White with #ACB02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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