#9AB516

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

Shades of Citrus #9AB516

Tints of Citrus #9AB516

Color information

#9AB516 (or 0x9AB516) is unknown color: approx Citrus. HEX triplet: 9A, B5 and 16. RGB value is (154,181,22). Sum of RGB (Red+Green+Blue) = 154+181+22=357 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.14% from 357); Green value is 181 (71.09% from 255 or 50.70% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB516 is #654AE9. Grayscale: #9B9B9B. Windows color (decimal): -6638314 or 1488282. OLE color: 1488282.

HSL color Cylindrical-coordinate representation of color #9AB516: hue angle of 70.19º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9AB516 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB15418122-
CMYK0.1500.880.29
HSL70.19º78.33%39.8%-
HSV(B)70.19º87.85%70.98%-
XYZ3039.986.89-
YUV154.853.05127.43-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.14%
GREEN value IS 181 (71.09% from 255) = 50.70%
BLUE value IS 22 (8.98% from 255) = 6.16%
R=43.14%
G=50.70%
B=6.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal154181220.1500.880.2970.1978.3339.8
Hex9AB516F0581D464e28
Octal232265261701303510611650
Binary1001101010110101101101111010110001110110001101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AB516; }

 p { color: rgb(154,181,22); }

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

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

 a { background-color: rgb(154,181,22); }

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

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

 span { border-color: rgb(154,181,22); }

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