#A4AC02

Color #A4AC02 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #A4AC02

Tints of Citrus #A4AC02

Color information

#A4AC02 (or 0xA4AC02) is unknown color: approx Citrus. HEX triplet: A4, AC and 02. RGB value is (164,172,2). Sum of RGB (Red+Green+Blue) = 164+172+2=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4AC02 is #5B53FD. Grayscale: #969696. Windows color (decimal): -5985278 or 175268. OLE color: 175268.

HSL color Cylindrical-coordinate representation of color #A4AC02: hue angle of 62.82º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4AC02 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB1641722-
CMYK0.0500.990.33
HSL62.82º97.7%34.12%-
HSV(B)62.82º98.84%67.45%-
XYZ30.0737.45.69-
YUV150.2344.35137.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.52%
GREEN value IS 172 (67.58% from 255) = 50.89%
BLUE value IS 2 (1.17% from 255) = 0.59%
R=48.52%
G=50.89%
B=0.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16417220.0500.990.3362.8297.734.12
HexA4AC25063213f6222
Octal244254250143417714242
Binary101001001010110010101011000111000011111111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AC02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AC02; }

 p { color: rgb(164,172,2); }

 H1.HeaderClassName
 {
   color: #A4AC02;
 }
 .AnyTagClassName
 {
   color: #A4AC02;
 }
</style>
background-color css

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

 a { background-color: rgb(164,172,2); }

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

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

 span { border-color: rgb(164,172,2); }

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