#a5ba00

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

Shades of Citrus #A5BA00

Tints of Citrus #A5BA00

Color information

#A5BA00 (or 0xA5BA00) is unknown color: approx Citrus. HEX triplet: A5, BA and 00. RGB value is (165,186,0). Sum of RGB (Red+Green+Blue) = 165+186+0=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 186 (73.05% from 255 or 52.99% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5BA00 is #5A45FF. Grayscale: #9F9F9F. Windows color (decimal): -5916160 or 47781. OLE color: 47781.

HSL color Cylindrical-coordinate representation of color #A5BA00: hue angle of 66.77º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A5BA00 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB1651860-
CMYK0.11010.27
HSL66.77º100%36.47%-
HSV(B)66.77º100%72.94%-
XYZ33.0843.126.58-
YUV158.5238.54132.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.01%
GREEN value IS 186 (73.05% from 255) = 52.99%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.01%
G=52.99%
B=0%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16518600.11010.2766.7710036.47
HexA5BA0B0641B436424
Octal24527201301443310314444
Binary101001011011101001011011001001101110000111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5ba00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5ba00; }

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

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

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

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

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

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

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

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