#A5B50F

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

Shades of Citrus #A5B50F

Tints of Citrus #A5B50F

Color information

#A5B50F (or 0xA5B50F) is unknown color: approx Citrus. HEX triplet: A5, B5 and 0F. RGB value is (165,181,15). Sum of RGB (Red+Green+Blue) = 165+181+15=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 181 (71.09% from 255 or 50.14% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5B50F is #5A4AF0. Grayscale: #9D9D9D. Windows color (decimal): -5917425 or 1029541. OLE color: 1029541.

HSL color Cylindrical-coordinate representation of color #A5B50F: hue angle of 65.78º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A5B50F is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB16518115-
CMYK0.0900.920.29
HSL65.78º84.69%38.43%-
HSV(B)65.78º91.71%70.98%-
XYZ32.1341.086.69-
YUV157.2947.7133.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 181 (71.09% from 255) = 50.14%
BLUE value IS 15 (6.25% from 255) = 4.16%
R=45.71%
G=50.14%
B=4.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal165181150.0900.920.2965.7884.6938.43
HexA5B5F905C1D425526
Octal245265171101343510212546
Binary101001011011010111111001010111001110110000101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B50F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B50F; }

 p { color: rgb(165,181,15); }

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

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

 a { background-color: rgb(165,181,15); }

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

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

 span { border-color: rgb(165,181,15); }

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