Html Css Color HEX #ACB02F Earls Green

📋 copy color: '#ACB02F'

red 172 ◦ green 176 ◦ blue 47

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

Shades of Earls Green #ACB02F

Tints of Earls Green #ACB02F

RGB

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

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

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

R = 43.54%
G = 44.56%
B = 11.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#ACB02F (or 0xACB02F) is known color: Earls Green. HEX triplet: AC, B0 and 2F. RGB value is (172,176,47). Sum of RGB (Red+Green+Blue) = 172+176+47=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 176 (69.14% from 255 or 44.56% from 395); Blue value is 47 (18.75% from 255 or 11.90% from 395); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB02F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB02F is #534FD0. Grayscale: #A0A0A0. Windows color (decimal): -5459921 or 3125420. OLE color: 3125420.

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

Color convert

RGB 172 176 47 -
CMYK 0.02 0 0.73 0.31
HSL 61.86º 0.58% 0.44% -
HSV(B) 61.86º 0.73% 0.69% -
XYZ 33.05 40.03 8.67 -
YUV 160.1 64.17 136.49 -
System Red Green Blue C M Y K H S L
Decimal 172 176 47 0.02 0 0.73 0.31 61.86 0.58 0.44
Hex AC B0 2F 2 0 49 1F 3E 3A 2C
Octal 254 260 57 2 0 111 37 76 72 54
Binary 10101100 10110000 101111 10 0 1001001 11111 111110 111010 101100

Color Harmonies of #ACB02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB02F

Black with #ACB02F

Text Example


Text Example

White with #ACB02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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