#96BC02

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

Shades of Citrus #96BC02

Tints of Citrus #96BC02

Color information

#96BC02 (or 0x96BC02) is unknown color: approx Citrus. HEX triplet: 96, BC and 02. RGB value is (150,188,2). Sum of RGB (Red+Green+Blue) = 150+188+2=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 188 (73.83% from 255 or 55.29% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BC02 is #6943FD. Grayscale: #9C9C9C. Windows color (decimal): -6898686 or 179350. OLE color: 179350.

HSL color Cylindrical-coordinate representation of color #96BC02: hue angle of 72.26º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96BC02 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB1501882-
CMYK0.2000.990.26
HSL72.26º97.89%37.25%-
HSV(B)72.26º98.94%73.73%-
XYZ30.5742.456.64-
YUV155.4341.41124.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.12%
GREEN value IS 188 (73.83% from 255) = 55.29%
BLUE value IS 2 (1.17% from 255) = 0.59%
R=44.12%
G=55.29%
B=0.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal15018820.2000.990.2672.2697.8937.25
Hex96BC2140631A486225
Octal22627422401433211014245
Binary10010110101111001010100011000111101010010001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BC02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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