#A4BA04

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

Shades of Citrus #A4BA04

Tints of Citrus #A4BA04

Color information

#A4BA04 (or 0xA4BA04) is unknown color: approx Citrus. HEX triplet: A4, BA and 04. RGB value is (164,186,4). Sum of RGB (Red+Green+Blue) = 164+186+4=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 4 (1.95% from 255 or 1.13% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4BA04 is #5B45FB. Grayscale: #9F9F9F. Windows color (decimal): -5981692 or 309924. OLE color: 309924.

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

Color convert

RGB1641864-
CMYK0.1200.980.27
HSL67.25º95.79%37.25%-
HSV(B)67.25º97.85%72.94%-
XYZ32.8943.026.68-
YUV158.6740.71131.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.33%
GREEN value IS 186 (73.05% from 255) = 52.54%
BLUE value IS 4 (1.95% from 255) = 1.13%
R=46.33%
G=52.54%
B=1.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16418640.1200.980.2767.2595.7937.25
HexA4BA4C0621B436025
Octal24427241401423310314045
Binary10100100101110101001100011000101101110000111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BA04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BA04; }

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

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

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

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

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

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

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

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