#96B919

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

Shades of Citrus #96B919

Tints of Citrus #96B919

Color information

#96B919 (or 0x96B919) is unknown color: approx Citrus. HEX triplet: 96, B9 and 19. RGB value is (150,185,25). Sum of RGB (Red+Green+Blue) = 150+185+25=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 185 (72.66% from 255 or 51.39% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 185 - color contains mainly: green. Hex color #96B919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B919 is #6946E6. Grayscale: #9C9C9C. Windows color (decimal): -6899431 or 1685910. OLE color: 1685910.

HSL color Cylindrical-coordinate representation of color #96B919: hue angle of 73.12º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96B919 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB15018525-
CMYK0.1900.860.27
HSL73.12º76.19%41.18%-
HSV(B)73.12º86.49%72.55%-
XYZ30.141.257.3-
YUV156.2953.9123.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.67%
GREEN value IS 185 (72.66% from 255) = 51.39%
BLUE value IS 25 (10.16% from 255) = 6.94%
R=41.67%
G=51.39%
B=6.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150185250.1900.860.2773.1276.1941.18
Hex96B919130561B494c29
Octal226271312301263311111451
Binary10010110101110011100110011010101101101110010011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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