Html Css Color HEX #96BF32 Yellow Green

📋 copy color: '#96BF32'

red 150 ◦ green 191 ◦ blue 50

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

Shades of Yellow Green #96BF32

Tints of Yellow Green #96BF32

RGB

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

 GREEN value IS 191 (75% from 255) = 48.85%

 BLUE value IS 50 (19.92% from 255) = 12.79%

R = 38.36%
G = 48.85%
B = 12.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#96BF32 (or 0x96BF32) is known color: Yellow Green. HEX triplet: 96, BF and 32. RGB value is (150,191,50). Sum of RGB (Red+Green+Blue) = 150+191+50=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 191 (75% from 255 or 48.85% from 391); Blue value is 50 (19.92% from 255 or 12.79% from 391); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BF32 is #6940CD. Grayscale: #A3A3A3. Windows color (decimal): -6897870 or 3325846. OLE color: 3325846.

HSL color Cylindrical-coordinate representation of color #96BF32: hue angle of 77.45º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96BF32 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 191 50 -
CMYK 0.21 0 0.74 0.25
HSL 77.45º 0.59% 0.47% -
HSV(B) 77.45º 0.74% 0.75% -
XYZ 31.78 43.98 9.83 -
YUV 162.67 64.42 118.96 -
System Red Green Blue C M Y K H S L
Decimal 150 191 50 0.21 0 0.74 0.25 77.45 0.59 0.47
Hex 96 BF 32 15 0 4A 19 4D 3B 2F
Octal 226 277 62 25 0 112 31 115 73 57
Binary 10010110 10111111 110010 10101 0 1001010 11001 1001101 111011 101111

Color Harmonies of #96BF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BF32

Black with #96BF32

Text Example


Text Example

White with #96BF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,191,50); }

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

background-color css

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

 a { background-color: rgb(150,191,50); }

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

border-color css

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

 span { border-color: rgb(150,191,50); }

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