#96C005

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

Shades of Citrus #96C005

Tints of Citrus #96C005

Color information

#96C005 (or 0x96C005) is unknown color: approx Citrus. HEX triplet: 96, C0 and 05. RGB value is (150,192,5). Sum of RGB (Red+Green+Blue) = 150+192+5=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 192 (75.39% from 255 or 55.33% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 192 - color contains mainly: green. Hex color #96C005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C005 is #693FFA. Grayscale: #9E9E9E. Windows color (decimal): -6897659 or 376982. OLE color: 376982.

HSL color Cylindrical-coordinate representation of color #96C005: hue angle of 73.48º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96C005 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB1501925-
CMYK0.2200.970.25
HSL73.48º94.92%38.63%-
HSV(B)73.48º97.4%75.29%-
XYZ31.4544.197.02-
YUV158.1241.59122.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.23%
GREEN value IS 192 (75.39% from 255) = 55.33%
BLUE value IS 5 (2.34% from 255) = 1.44%
R=43.23%
G=55.33%
B=1.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15019250.2200.970.2573.4894.9238.63
Hex96C051606119495f27
Octal22630052601413111113747
Binary100101101100000010110110011000011100110010011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,192,5); }

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

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

 a { background-color: rgb(150,192,5); }

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

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

 span { border-color: rgb(150,192,5); }

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