#96BB07

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

Shades of Citrus #96BB07

Tints of Citrus #96BB07

Color information

#96BB07 (or 0x96BB07) is unknown color: approx Citrus. HEX triplet: 96, BB and 07. RGB value is (150,187,7). Sum of RGB (Red+Green+Blue) = 150+187+7=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 187 (73.44% from 255 or 54.36% from 344); Blue value is 7 (3.12% from 255 or 2.03% from 344); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BB07 is #6944F8. Grayscale: #9C9C9C. Windows color (decimal): -6898937 or 506774. OLE color: 506774.

HSL color Cylindrical-coordinate representation of color #96BB07: hue angle of 72.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96BB07 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB1501877-
CMYK0.2000.960.27
HSL72.33º92.78%38.04%-
HSV(B)72.33º96.26%73.33%-
XYZ30.3942.046.71-
YUV155.4244.24124.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.60%
GREEN value IS 187 (73.44% from 255) = 54.36%
BLUE value IS 7 (3.12% from 255) = 2.03%
R=43.60%
G=54.36%
B=2.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15018770.2000.960.2772.3392.7838.04
Hex96BB7140601B485d26
Octal22627372401403311013546
Binary100101101011101111110100011000001101110010001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BB07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,187,7); }

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

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

 a { background-color: rgb(150,187,7); }

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

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

 span { border-color: rgb(150,187,7); }

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