#96AB17

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

Shades of Citrus #96AB17

Tints of Citrus #96AB17

Color information

#96AB17 (or 0x96AB17) is unknown color: approx Citrus. HEX triplet: 96, AB and 17. RGB value is (150,171,23). Sum of RGB (Red+Green+Blue) = 150+171+23=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 171 (67.19% from 255 or 49.71% from 344); Blue value is 23 (9.38% from 255 or 6.69% from 344); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AB17 is #6954E8. Grayscale: #949494. Windows color (decimal): -6903017 or 1551254. OLE color: 1551254.

HSL color Cylindrical-coordinate representation of color #96AB17: hue angle of 68.51º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #96AB17 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB15017123-
CMYK0.1200.870.33
HSL68.51º76.29%38.04%-
HSV(B)68.51º86.55%67.06%-
XYZ27.335.676.26-
YUV147.8557.54129.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.60%
GREEN value IS 171 (67.19% from 255) = 49.71%
BLUE value IS 23 (9.38% from 255) = 6.69%
R=43.60%
G=49.71%
B=6.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150171230.1200.870.3368.5176.2938.04
Hex96AB17C05721454c26
Octal226253271401274110511446
Binary10010110101010111011111000101011110000110001011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AB17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96AB17; }

 p { color: rgb(150,171,23); }

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

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

 a { background-color: rgb(150,171,23); }

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

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

 span { border-color: rgb(150,171,23); }

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