#96BF31

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

Shades of Yellow Green #96BF31

Tints of Yellow Green #96BF31

Color information

#96BF31 (or 0x96BF31) is unknown color: approx Yellow Green. HEX triplet: 96, BF and 31. RGB value is (150,191,49). Sum of RGB (Red+Green+Blue) = 150+191+49=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 191 (75% from 255 or 48.97% from 390); Blue value is 49 (19.53% from 255 or 12.56% from 390); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BF31 is #6940CE. Grayscale: #A3A3A3. Windows color (decimal): -6897871 or 3260310. OLE color: 3260310.

HSL color Cylindrical-coordinate representation of color #96BF31: hue angle of 77.32º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96BF31 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB15019149-
CMYK0.2100.740.25
HSL77.32º59.17%47.06%-
HSV(B)77.32º74.35%74.9%-
XYZ31.7643.979.72-
YUV162.5563.92119.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.46%
GREEN value IS 191 (75% from 255) = 48.97%
BLUE value IS 49 (19.53% from 255) = 12.56%
R=38.46%
G=48.97%
B=12.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150191490.2100.740.2577.3259.1747.06
Hex96BF311504A194d3b2f
Octal22627761250112311157357
Binary10010110101111111100011010101001010110011001101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BF31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,191,49); }

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

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

 a { background-color: rgb(150,191,49); }

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

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

 span { border-color: rgb(150,191,49); }

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