Html Css Color HEX #96BA37 Yellow Green

📋 copy color: '#96BA37'

red 150 ◦ green 186 ◦ blue 55

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

Shades of Yellow Green #96BA37

Tints of Yellow Green #96BA37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.07%

R = 38.36%
G = 47.57%
B = 14.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#96BA37 (or 0x96BA37) is known color: Yellow Green. HEX triplet: 96, BA and 37. RGB value is (150,186,55). Sum of RGB (Red+Green+Blue) = 150+186+55=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 55 (21.88% from 255 or 14.07% from 391); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BA37 is #6945C8. Grayscale: #A0A0A0. Windows color (decimal): -6899145 or 3652246. OLE color: 3652246.

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

Color convert

RGB 150 186 55 -
CMYK 0.19 0 0.70 0.27
HSL 76.49º 0.54% 0.47% -
HSV(B) 76.49º 0.7% 0.73% -
XYZ 30.83 41.88 10.07 -
YUV 160.3 68.57 120.65 -
System Red Green Blue C M Y K H S L
Decimal 150 186 55 0.19 0 0.70 0.27 76.49 0.54 0.47
Hex 96 BA 37 13 0 46 1B 4C 36 2F
Octal 226 272 67 23 0 106 33 114 66 57
Binary 10010110 10111010 110111 10011 0 1000110 11011 1001100 110110 101111

Color Harmonies of #96BA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA37

Black with #96BA37

Text Example


Text Example

White with #96BA37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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