#A8B510

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

Shades of Citrus #A8B510

Tints of Citrus #A8B510

Color information

#A8B510 (or 0xA8B510) is unknown color: approx Citrus. HEX triplet: A8, B5 and 10. RGB value is (168,181,16). Sum of RGB (Red+Green+Blue) = 168+181+16=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 181 (71.09% from 255 or 49.59% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B510 is #574AEF. Grayscale: #9E9E9E. Windows color (decimal): -5720816 or 1095080. OLE color: 1095080.

HSL color Cylindrical-coordinate representation of color #A8B510: hue angle of 64.73º 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 #A8B510 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB16818116-
CMYK0.0700.910.29
HSL64.73º83.76%38.63%-
HSV(B)64.73º91.16%70.98%-
XYZ32.7741.416.76-
YUV158.347.69134.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.03%
GREEN value IS 181 (71.09% from 255) = 49.59%
BLUE value IS 16 (6.64% from 255) = 4.38%
R=46.03%
G=49.59%
B=4.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168181160.0700.910.2964.7383.7638.63
HexA8B510705B1D415427
Octal25026520701333510112447
Binary101010001011010110000111010110111110110000011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B510; }

 p { color: rgb(168,181,16); }

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

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

 a { background-color: rgb(168,181,16); }

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

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

 span { border-color: rgb(168,181,16); }

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