Html Css Color HEX #ACB02E Earls Green

📋 copy color: '#ACB02E'

red 172 ◦ green 176 ◦ blue 46

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

Shades of Earls Green #ACB02E

Tints of Earls Green #ACB02E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.68%

R = 43.65%
G = 44.67%
B = 11.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#ACB02E (or 0xACB02E) is known color: Earls Green. HEX triplet: AC, B0 and 2E. RGB value is (172,176,46). Sum of RGB (Red+Green+Blue) = 172+176+46=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB02E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB02E is #534FD1. Grayscale: #A0A0A0. Windows color (decimal): -5459922 or 3059884. OLE color: 3059884.

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

Color convert

RGB 172 176 46 -
CMYK 0.02 0 0.74 0.31
HSL 61.85º 0.59% 0.44% -
HSV(B) 61.85º 0.74% 0.69% -
XYZ 33.03 40.02 8.57 -
YUV 159.98 63.67 136.57 -
System Red Green Blue C M Y K H S L
Decimal 172 176 46 0.02 0 0.74 0.31 61.85 0.59 0.44
Hex AC B0 2E 2 0 4A 1F 3E 3B 2C
Octal 254 260 56 2 0 112 37 76 73 54
Binary 10101100 10110000 101110 10 0 1001010 11111 111110 111011 101100

Color Harmonies of #ACB02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB02E

Black with #ACB02E

Text Example


Text Example

White with #ACB02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB02E; }

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

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

background-color css

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

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

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

border-color css

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

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

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