#A5B806

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

Shades of Citrus #A5B806

Tints of Citrus #A5B806

Color information

#A5B806 (or 0xA5B806) is unknown color: approx Citrus. HEX triplet: A5, B8 and 06. RGB value is (165,184,6). Sum of RGB (Red+Green+Blue) = 165+184+6=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 184 (72.27% from 255 or 51.83% from 355); Blue value is 6 (2.73% from 255 or 1.69% from 355); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B806 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5B806 is #5A47F9. Grayscale: #9E9E9E. Windows color (decimal): -5916666 or 440485. OLE color: 440485.

HSL color Cylindrical-coordinate representation of color #A5B806: hue angle of 66.4º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A5B806 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB1651846-
CMYK0.1000.970.28
HSL66.4º93.68%37.25%-
HSV(B)66.4º96.74%72.16%-
XYZ32.6942.296.61-
YUV158.0342.21132.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.48%
GREEN value IS 184 (72.27% from 255) = 51.83%
BLUE value IS 6 (2.73% from 255) = 1.69%
R=46.48%
G=51.83%
B=1.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16518460.1000.970.2866.493.6837.25
HexA5B86A0611C425e25
Octal24527061201413410213645
Binary10100101101110001101010011000011110010000101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B806; }

 p { color: rgb(165,184,6); }

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

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

 a { background-color: rgb(165,184,6); }

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

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

 span { border-color: rgb(165,184,6); }

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