Html Css Color HEX #96BA32 Yellow Green

📋 copy color: '#96BA32'

red 150 ◦ green 186 ◦ blue 50

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

Shades of Yellow Green #96BA32

Tints of Yellow Green #96BA32

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.19%

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

R = 38.86%
G = 48.19%
B = 12.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#96BA32 (or 0x96BA32) is known color: Yellow Green. HEX triplet: 96, BA and 32. RGB value is (150,186,50). Sum of RGB (Red+Green+Blue) = 150+186+50=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BA32 is #6945CD. Grayscale: #A0A0A0. Windows color (decimal): -6899150 or 3324566. OLE color: 3324566.

HSL color Cylindrical-coordinate representation of color #96BA32: hue angle of 75.88º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96BA32 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 186 50 -
CMYK 0.19 0 0.73 0.27
HSL 75.88º 0.58% 0.46% -
HSV(B) 75.88º 0.73% 0.73% -
XYZ 30.71 41.83 9.47 -
YUV 159.73 66.07 121.06 -
System Red Green Blue C M Y K H S L
Decimal 150 186 50 0.19 0 0.73 0.27 75.88 0.58 0.46
Hex 96 BA 32 13 0 49 1B 4C 3A 2E
Octal 226 272 62 23 0 111 33 114 72 56
Binary 10010110 10111010 110010 10011 0 1001001 11011 1001100 111010 101110

Color Harmonies of #96BA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA32

Black with #96BA32

Text Example


Text Example

White with #96BA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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