#96BC05

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

Shades of Citrus #96BC05

Tints of Citrus #96BC05

Color information

#96BC05 (or 0x96BC05) is unknown color: approx Citrus. HEX triplet: 96, BC and 05. RGB value is (150,188,5). Sum of RGB (Red+Green+Blue) = 150+188+5=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BC05 is #6943FA. Grayscale: #9C9C9C. Windows color (decimal): -6898683 or 375958. OLE color: 375958.

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

Color convert

RGB1501885-
CMYK0.2000.970.26
HSL72.46º94.82%37.84%-
HSV(B)72.46º97.34%73.73%-
XYZ30.5942.466.73-
YUV155.7842.91123.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.73%
GREEN value IS 188 (73.83% from 255) = 54.81%
BLUE value IS 5 (2.34% from 255) = 1.46%
R=43.73%
G=54.81%
B=1.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal15018850.2000.970.2672.4694.8237.84
Hex96BC5140611A485f26
Octal22627452401413211013746
Binary100101101011110010110100011000011101010010001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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