#A1B415

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

Shades of Citrus #A1B415

Tints of Citrus #A1B415

Color information

#A1B415 (or 0xA1B415) is unknown color: approx Citrus. HEX triplet: A1, B4 and 15. RGB value is (161,180,21). Sum of RGB (Red+Green+Blue) = 161+180+21=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 180 (70.70% from 255 or 49.72% from 362); Blue value is 21 (8.59% from 255 or 5.80% from 362); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B415 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B415 is #5E4BEA. Grayscale: #9C9C9C. Windows color (decimal): -6179819 or 1422497. OLE color: 1422497.

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

Color convert

RGB16118021-
CMYK0.1100.880.29
HSL67.17º79.1%39.41%-
HSV(B)67.17º88.33%70.59%-
XYZ31.1540.276.84-
YUV156.1951.71131.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.48%
GREEN value IS 180 (70.70% from 255) = 49.72%
BLUE value IS 21 (8.59% from 255) = 5.80%
R=44.48%
G=49.72%
B=5.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161180210.1100.880.2967.1779.139.41
HexA1B415B0581D434f27
Octal241264251301303510311747
Binary1010000110110100101011011010110001110110000111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B415; }

 p { color: rgb(161,180,21); }

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

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

 a { background-color: rgb(161,180,21); }

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

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

 span { border-color: rgb(161,180,21); }

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