#96BF34

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

Shades of Yellow Green #96BF34

Tints of Yellow Green #96BF34

Color information

#96BF34 (or 0x96BF34) is unknown color: approx Yellow Green. HEX triplet: 96, BF and 34. RGB value is (150,191,52). Sum of RGB (Red+Green+Blue) = 150+191+52=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BF34 is #6940CB. Grayscale: #A3A3A3. Windows color (decimal): -6897868 or 3456918. OLE color: 3456918.

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

Color convert

RGB15019152-
CMYK0.2100.730.25
HSL77.7º57.2%47.65%-
HSV(B)77.7º72.77%74.9%-
XYZ31.8343.9910.06-
YUV162.8965.42118.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.17%
GREEN value IS 191 (75% from 255) = 48.60%
BLUE value IS 52 (20.70% from 255) = 13.23%
R=38.17%
G=48.60%
B=13.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150191520.2100.730.2577.757.247.65
Hex96BF3415049194e3930
Octal22627764250111311167160
Binary10010110101111111101001010101001001110011001110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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