Html Css Color HEX #96C127 Yellow Green

📋 copy color: '#96C127'

red 150 ◦ green 193 ◦ blue 39

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

Shades of Yellow Green #96C127

Tints of Yellow Green #96C127

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.52%

 BLUE value IS 39 (15.63% from 255) = 10.21%

R = 39.27%
G = 50.52%
B = 10.21%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#96C127 (or 0x96C127) is known color: Yellow Green. HEX triplet: 96, C1 and 27. RGB value is (150,193,39). Sum of RGB (Red+Green+Blue) = 150+193+39=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 193 (75.78% from 255 or 50.52% from 382); Blue value is 39 (15.62% from 255 or 10.21% from 382); Max value from RGB is 193 - color contains mainly: green. Hex color #96C127 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C127 is #693ED8. Grayscale: #A3A3A3. Windows color (decimal): -6897369 or 2605462. OLE color: 2605462.

HSL color Cylindrical-coordinate representation of color #96C127: hue angle of 76.75º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96C127 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 193 39 -
CMYK 0.22 0 0.80 0.24
HSL 76.75º 0.66% 0.45% -
HSV(B) 76.75º 0.8% 0.76% -
XYZ 32.01 44.77 8.87 -
YUV 162.59 58.25 119.02 -
System Red Green Blue C M Y K H S L
Decimal 150 193 39 0.22 0 0.80 0.24 76.75 0.66 0.45
Hex 96 C1 27 16 0 50 18 4D 42 2D
Octal 226 301 47 26 0 120 30 115 102 55
Binary 10010110 11000001 100111 10110 0 1010000 11000 1001101 1000010 101101

Color Harmonies of #96C127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C127

Black with #96C127

Text Example


Text Example

White with #96C127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,193,39); }

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

background-color css

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

 a { background-color: rgb(150,193,39); }

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

border-color css

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

 span { border-color: rgb(150,193,39); }

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