#A4BA05

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

Shades of Citrus #A4BA05

Tints of Citrus #A4BA05

Color information

#A4BA05 (or 0xA4BA05) is unknown color: approx Citrus. HEX triplet: A4, BA and 05. RGB value is (164,186,5). Sum of RGB (Red+Green+Blue) = 164+186+5=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 5 (2.34% from 255 or 1.41% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4BA05 is #5B45FA. Grayscale: #9F9F9F. Windows color (decimal): -5981691 or 375460. OLE color: 375460.

HSL color Cylindrical-coordinate representation of color #A4BA05: hue angle of 67.29º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A4BA05 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB1641865-
CMYK0.1200.970.27
HSL67.29º94.76%37.45%-
HSV(B)67.29º97.31%72.94%-
XYZ32.943.026.71-
YUV158.7941.21131.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.20%
GREEN value IS 186 (73.05% from 255) = 52.39%
BLUE value IS 5 (2.34% from 255) = 1.41%
R=46.20%
G=52.39%
B=1.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16418650.1200.970.2767.2994.7637.45
HexA4BA5C0611B435f25
Octal24427251401413310313745
Binary10100100101110101011100011000011101110000111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BA05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BA05; }

 p { color: rgb(164,186,5); }

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

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

 a { background-color: rgb(164,186,5); }

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

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

 span { border-color: rgb(164,186,5); }

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