#96bb00

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

Shades of Citrus #96BB00

Tints of Citrus #96BB00

Color information

#96BB00 (or 0x96BB00) is unknown color: approx Citrus. HEX triplet: 96, BB and 00. RGB value is (150,187,0). Sum of RGB (Red+Green+Blue) = 150+187+0=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 187 (73.44% from 255 or 55.49% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BB00 is #6944FF. Grayscale: #9B9B9B. Windows color (decimal): -6898944 or 48022. OLE color: 48022.

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

Color convert

RGB1501870-
CMYK0.20010.27
HSL71.87º100%36.67%-
HSV(B)71.87º100%73.33%-
XYZ30.3542.026.51-
YUV154.6240.74124.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.51%
GREEN value IS 187 (73.44% from 255) = 55.49%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.51%
G=55.49%
B=0%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15018700.20010.2771.8710036.67
Hex96BB0140641B486425
Octal22627302401443311014445
Binary1001011010111011010100011001001101110010001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96bb00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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