#A5BA05

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

Shades of Citrus #A5BA05

Tints of Citrus #A5BA05

Color information

#A5BA05 (or 0xA5BA05) is unknown color: approx Citrus. HEX triplet: A5, BA and 05. RGB value is (165,186,5). Sum of RGB (Red+Green+Blue) = 165+186+5=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5BA05 is #5A45FA. Grayscale: #9F9F9F. Windows color (decimal): -5916155 or 375461. OLE color: 375461.

HSL color Cylindrical-coordinate representation of color #A5BA05: hue angle of 66.96º 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 #A5BA05 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB1651865-
CMYK0.1100.970.27
HSL66.96º94.76%37.45%-
HSV(B)66.96º97.31%72.94%-
XYZ33.143.136.72-
YUV159.0941.04132.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.35%
GREEN value IS 186 (73.05% from 255) = 52.25%
BLUE value IS 5 (2.34% from 255) = 1.40%
R=46.35%
G=52.25%
B=1.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16518650.1100.970.2766.9694.7637.45
HexA5BA5B0611B435f25
Octal24527251301413310313745
Binary10100101101110101011011011000011101110000111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BA05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BA05; }

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

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

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

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

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

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

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

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