#96B519

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

Shades of Citrus #96B519

Tints of Citrus #96B519

Color information

#96B519 (or 0x96B519) is unknown color: approx Citrus. HEX triplet: 96, B5 and 19. RGB value is (150,181,25). Sum of RGB (Red+Green+Blue) = 150+181+25=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 181 (71.09% from 255 or 50.84% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 181 - color contains mainly: green. Hex color #96B519 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B519 is #694AE6. Grayscale: #9A9A9A. Windows color (decimal): -6900455 or 1684886. OLE color: 1684886.

HSL color Cylindrical-coordinate representation of color #96B519: hue angle of 71.92º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96B519 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB15018125-
CMYK0.1700.860.29
HSL71.92º75.73%40.39%-
HSV(B)71.92º86.19%70.98%-
XYZ29.2839.67.02-
YUV153.9555.23125.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.13%
GREEN value IS 181 (71.09% from 255) = 50.84%
BLUE value IS 25 (10.16% from 255) = 7.02%
R=42.13%
G=50.84%
B=7.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal150181250.1700.860.2971.9275.7340.39
Hex96B519110561D484c28
Octal226265312101263511011450
Binary10010110101101011100110001010101101110110010001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,181,25); }

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

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

 a { background-color: rgb(150,181,25); }

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

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

 span { border-color: rgb(150,181,25); }

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