Html Css Color HEX #96CA7F Gossip

📋 copy color: '#96CA7F'

red 150 ◦ green 202 ◦ blue 127

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

Shades of Gossip #96CA7F

Tints of Gossip #96CA7F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.17%

 BLUE value IS 127 (50% from 255) = 26.51%

R = 31.32%
G = 42.17%
B = 26.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#96CA7F (or 0x96CA7F) is known color: Gossip. HEX triplet: 96, CA and 7F. RGB value is (150,202,127). Sum of RGB (Red+Green+Blue) = 150+202+127=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CA7F is #693580. Grayscale: #B2B2B2. Windows color (decimal): -6894977 or 8374934. OLE color: 8374934.

HSL color Cylindrical-coordinate representation of color #96CA7F: hue angle of 101.6º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96CA7F is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 202 127 -
CMYK 0.26 0 0.37 0.21
HSL 101.6º 0.41% 0.65% -
HSV(B) 101.6º 0.37% 0.79% -
XYZ 37.53 50.26 27.8 -
YUV 177.9 99.27 108.1 -
System Red Green Blue C M Y K H S L
Decimal 150 202 127 0.26 0 0.37 0.21 101.6 0.41 0.65
Hex 96 CA 7F 1A 0 25 15 66 29 41
Octal 226 312 177 32 0 45 25 146 51 101
Binary 10010110 11001010 1111111 11010 0 100101 10101 1100110 101001 1000001

Color Harmonies of #96CA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CA7F

Black with #96CA7F

Text Example


Text Example

White with #96CA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,202,127); }

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

background-color css

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

 a { background-color: rgb(150,202,127); }

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

border-color css

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

 span { border-color: rgb(150,202,127); }

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