#96A500

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

Shades of Citrus #96A500

Tints of Citrus #96A500

Color information

#96A500 (or 0x96A500) is unknown color: approx Citrus. HEX triplet: 96, A5 and 00. RGB value is (150,165,0). Sum of RGB (Red+Green+Blue) = 150+165+0=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 165 (64.84% from 255 or 52.38% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 165 - color contains mainly: green. Hex color #96A500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A500 is #695AFF. Grayscale: #8E8E8E. Windows color (decimal): -6904576 or 42390. OLE color: 42390.

HSL color Cylindrical-coordinate representation of color #96A500: hue angle of 65.45º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96A500 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB1501650-
CMYK0.09010.35
HSL65.45º100%32.35%-
HSV(B)65.45º100%64.71%-
XYZ26.0333.395.07-
YUV141.748.03133.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.62%
GREEN value IS 165 (64.84% from 255) = 52.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.62%
G=52.38%
B=0%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal15016500.09010.3565.4510032.35
Hex96A50906423416420
Octal22624501101444310114440
Binary1001011010100101010010110010010001110000011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,165,0); }

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

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

 a { background-color: rgb(150,165,0); }

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

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

 span { border-color: rgb(150,165,0); }

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