#96BC13

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

Shades of Citrus #96BC13

Tints of Citrus #96BC13

Color information

#96BC13 (or 0x96BC13) is unknown color: approx Citrus. HEX triplet: 96, BC and 13. RGB value is (150,188,19). Sum of RGB (Red+Green+Blue) = 150+188+19=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BC13 is #6943EC. Grayscale: #9E9E9E. Windows color (decimal): -6898669 or 1293462. OLE color: 1293462.

HSL color Cylindrical-coordinate representation of color #96BC13: hue angle of 73.49º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96BC13 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB15018819-
CMYK0.2000.900.26
HSL73.49º81.64%40.59%-
HSV(B)73.49º89.89%73.73%-
XYZ30.6842.57.2-
YUV157.3749.91122.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 188 (73.83% from 255) = 52.66%
BLUE value IS 19 (7.81% from 255) = 5.32%
R=42.02%
G=52.66%
B=5.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal150188190.2000.900.2673.4981.6440.59
Hex96BC131405A1A495229
Octal226274232401323211112251
Binary10010110101111001001110100010110101101010010011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BC13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,188,19); }

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

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

 a { background-color: rgb(150,188,19); }

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

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

 span { border-color: rgb(150,188,19); }

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