#96C834

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

Shades of Yellow Green #96C834

Tints of Yellow Green #96C834

Color information

#96C834 (or 0x96C834) is unknown color: approx Yellow Green. HEX triplet: 96, C8 and 34. RGB value is (150,200,52). Sum of RGB (Red+Green+Blue) = 150+200+52=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 200 (78.52% from 255 or 49.75% from 402); Blue value is 52 (20.70% from 255 or 12.94% from 402); Max value from RGB is 200 - color contains mainly: green. Hex color #96C834 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C834 is #6937CB. Grayscale: #A8A8A8. Windows color (decimal): -6895564 or 3459222. OLE color: 3459222.

HSL color Cylindrical-coordinate representation of color #96C834: hue angle of 80.27º degrees, saturation: 0.59, 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 #96C834 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB15020052-
CMYK0.2500.740.22
HSL80.27º58.73%49.41%-
HSV(B)80.27º74%78.43%-
XYZ33.8548.0410.74-
YUV168.1862.44115.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.31%
GREEN value IS 200 (78.52% from 255) = 49.75%
BLUE value IS 52 (20.70% from 255) = 12.94%
R=37.31%
G=49.75%
B=12.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal150200520.2500.740.2280.2758.7349.41
Hex96C8341904A16503b31
Octal22631064310112261207361
Binary10010110110010001101001100101001010101101010000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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