#96c634

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

Shades of Yellow Green #96C634

Tints of Yellow Green #96C634

Color information

#96C634 (or 0x96C634) is unknown color: approx Yellow Green. HEX triplet: 96, C6 and 34. RGB value is (150,198,52). Sum of RGB (Red+Green+Blue) = 150+198+52=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 198 (77.73% from 255 or 49.5% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 198 - color contains mainly: green. Hex color #96C634 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C634 is #6939CB. Grayscale: #A7A7A7. Windows color (decimal): -6896076 or 3458710. OLE color: 3458710.

HSL color Cylindrical-coordinate representation of color #96C634: hue angle of 79.73º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96C634 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB15019852-
CMYK0.2400.740.22
HSL79.73º58.4%49.02%-
HSV(B)79.73º73.74%77.65%-
XYZ33.3947.1210.58-
YUV16763.1115.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.5%
GREEN value IS 198 (77.73% from 255) = 49.5%
BLUE value IS 52 (20.70% from 255) = 13%
R=37.5%
G=49.5%
B=13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal150198520.2400.740.2279.7358.449.02
Hex96C6341804A16503a31
Octal22630664300112261207261
Binary10010110110001101101001100001001010101101010000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96c634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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