Html Css Color HEX #96BC37 Yellow Green

📋 copy color: '#96BC37'

red 150 ◦ green 188 ◦ blue 55

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

Shades of Yellow Green #96BC37

Tints of Yellow Green #96BC37

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.84%

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

R = 38.17%
G = 47.84%
B = 13.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#96BC37 (or 0x96BC37) is known color: Yellow Green. HEX triplet: 96, BC and 37. RGB value is (150,188,55). Sum of RGB (Red+Green+Blue) = 150+188+55=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 55 (21.88% from 255 or 13.99% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BC37 is #6943C8. Grayscale: #A1A1A1. Windows color (decimal): -6898633 or 3652758. OLE color: 3652758.

HSL color Cylindrical-coordinate representation of color #96BC37: hue angle of 77.14º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96BC37 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 188 55 -
CMYK 0.20 0 0.71 0.26
HSL 77.14º 0.55% 0.48% -
HSV(B) 77.14º 0.71% 0.74% -
XYZ 31.25 42.73 10.21 -
YUV 161.48 67.91 119.81 -
System Red Green Blue C M Y K H S L
Decimal 150 188 55 0.20 0 0.71 0.26 77.14 0.55 0.48
Hex 96 BC 37 14 0 47 1A 4D 37 30
Octal 226 274 67 24 0 107 32 115 67 60
Binary 10010110 10111100 110111 10100 0 1000111 11010 1001101 110111 110000

Color Harmonies of #96BC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BC37

Black with #96BC37

Text Example


Text Example

White with #96BC37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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