#A5BE01

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

Shades of Citrus #A5BE01

Tints of Citrus #A5BE01

Color information

#A5BE01 (or 0xA5BE01) is unknown color: approx Citrus. HEX triplet: A5, BE and 01. RGB value is (165,190,1). Sum of RGB (Red+Green+Blue) = 165+190+1=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 190 (74.61% from 255 or 53.37% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BE01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5BE01 is #5A41FE. Grayscale: #A1A1A1. Windows color (decimal): -5915135 or 114341. OLE color: 114341.

HSL color Cylindrical-coordinate representation of color #A5BE01: hue angle of 67.94º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A5BE01 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB1651901-
CMYK0.1300.990.25
HSL67.94º98.95%37.45%-
HSV(B)67.94º99.47%74.51%-
XYZ33.9444.836.89-
YUV160.9837.72130.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.35%
GREEN value IS 190 (74.61% from 255) = 53.37%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=46.35%
G=53.37%
B=0.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16519010.1300.990.2567.9498.9537.45
HexA5BE1D06319446325
Octal24527611501433110414345
Binary101001011011111011101011000111100110001001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BE01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BE01; }

 p { color: rgb(165,190,1); }

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

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

 a { background-color: rgb(165,190,1); }

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

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

 span { border-color: rgb(165,190,1); }

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