#96C035

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

Shades of Yellow Green #96C035

Tints of Yellow Green #96C035

Color information

#96C035 (or 0x96C035) is unknown color: approx Yellow Green. HEX triplet: 96, C0 and 35. RGB value is (150,192,53). Sum of RGB (Red+Green+Blue) = 150+192+53=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 53 (21.09% from 255 or 13.42% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #96C035 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C035 is #693FCA. Grayscale: #A4A4A4. Windows color (decimal): -6897611 or 3522710. OLE color: 3522710.

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

Color convert

RGB15019253-
CMYK0.2200.720.25
HSL78.13º56.73%48.04%-
HSV(B)78.13º72.4%75.29%-
XYZ32.0744.4410.26-
YUV163.665.59118.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.97%
GREEN value IS 192 (75.39% from 255) = 48.61%
BLUE value IS 53 (21.09% from 255) = 13.42%
R=37.97%
G=48.61%
B=13.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150192530.2200.720.2578.1356.7348.04
Hex96C03516048194e3930
Octal22630065260110311167160
Binary10010110110000001101011011001001000110011001110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,192,53); }

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

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

 a { background-color: rgb(150,192,53); }

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

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

 span { border-color: rgb(150,192,53); }

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