#96BB38

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

Shades of Yellow Green #96BB38

Tints of Yellow Green #96BB38

Color information

#96BB38 (or 0x96BB38) is unknown color: approx Yellow Green. HEX triplet: 96, BB and 38. RGB value is (150,187,56). Sum of RGB (Red+Green+Blue) = 150+187+56=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 56 (22.27% from 255 or 14.25% from 393); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BB38 is #6944C7. Grayscale: #A1A1A1. Windows color (decimal): -6898888 or 3718038. OLE color: 3718038.

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

Color convert

RGB15018756-
CMYK0.2000.700.27
HSL76.95º53.91%47.65%-
HSV(B)76.95º70.05%73.33%-
XYZ31.0642.3110.27-
YUV16168.74120.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.17%
GREEN value IS 187 (73.44% from 255) = 47.58%
BLUE value IS 56 (22.27% from 255) = 14.25%
R=38.17%
G=47.58%
B=14.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150187560.2000.700.2776.9553.9147.65
Hex96BB38140461B4d3630
Octal22627370240106331156660
Binary10010110101110111110001010001000110110111001101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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