#A5B610

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

Shades of Citrus #A5B610

Tints of Citrus #A5B610

Color information

#A5B610 (or 0xA5B610) is unknown color: approx Citrus. HEX triplet: A5, B6 and 10. RGB value is (165,182,16). Sum of RGB (Red+Green+Blue) = 165+182+16=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 182 (71.48% from 255 or 50.14% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B610 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5B610 is #5A49EF. Grayscale: #9E9E9E. Windows color (decimal): -5917168 or 1095333. OLE color: 1095333.

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

Color convert

RGB16518216-
CMYK0.0900.910.29
HSL66.14º83.84%38.82%-
HSV(B)66.14º91.21%71.37%-
XYZ32.3441.496.79-
YUV157.9947.87133-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.45%
GREEN value IS 182 (71.48% from 255) = 50.14%
BLUE value IS 16 (6.64% from 255) = 4.41%
R=45.45%
G=50.14%
B=4.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal165182160.0900.910.2966.1483.8438.82
HexA5B610905B1D425427
Octal245266201101333510212447
Binary1010010110110110100001001010110111110110000101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B610; }

 p { color: rgb(165,182,16); }

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

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

 a { background-color: rgb(165,182,16); }

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

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

 span { border-color: rgb(165,182,16); }

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