Html Css Color HEX #96C328 Yellow Green

📋 copy color: '#96C328'

red 150 ◦ green 195 ◦ blue 40

#96C328
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Green #96C328

Tints of Yellow Green #96C328

RGB

 RED value IS 150 (58.98% from 255) = 38.96%

 GREEN value IS 195 (76.56% from 255) = 50.65%

 BLUE value IS 40 (16.02% from 255) = 10.39%

R = 38.96%
G = 50.65%
B = 10.39%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#96C328 (or 0x96C328) is known color: Yellow Green. HEX triplet: 96, C3 and 28. RGB value is (150,195,40). Sum of RGB (Red+Green+Blue) = 150+195+40=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #96C328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C328 is #693CD7. Grayscale: #A4A4A4. Windows color (decimal): -6896856 or 2671510. OLE color: 2671510.

HSL color Cylindrical-coordinate representation of color #96C328: hue angle of 77.42º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96C328 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 195 40 -
CMYK 0.23 0 0.79 0.24
HSL 77.42º 0.66% 0.46% -
HSV(B) 77.42º 0.79% 0.76% -
XYZ 32.48 45.67 9.11 -
YUV 163.88 58.09 118.1 -
System Red Green Blue C M Y K H S L
Decimal 150 195 40 0.23 0 0.79 0.24 77.42 0.66 0.46
Hex 96 C3 28 17 0 4F 18 4D 42 2E
Octal 226 303 50 27 0 117 30 115 102 56
Binary 10010110 11000011 101000 10111 0 1001111 11000 1001101 1000010 101110

Color Harmonies of #96C328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C328

Black with #96C328

Text Example


Text Example

White with #96C328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,195,40); }

 H1.HeaderClassName
 {
   color: #96C328;
 }
 .AnyTagClassName
 {
   color: #96C328;
 }
</style>

background-color css

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

 a { background-color: rgb(150,195,40); }

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

border-color css

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

 span { border-color: rgb(150,195,40); }

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