Html Css Color HEX #96CA75 Gossip

📋 copy color: '#96CA75'

red 150 ◦ green 202 ◦ blue 117

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

Shades of Gossip #96CA75

Tints of Gossip #96CA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.95%

R = 31.98%
G = 43.07%
B = 24.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#96CA75 (or 0x96CA75) is known color: Gossip. HEX triplet: 96, CA and 75. RGB value is (150,202,117). Sum of RGB (Red+Green+Blue) = 150+202+117=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CA75 is #69358A. Grayscale: #B1B1B1. Windows color (decimal): -6894987 or 7719574. OLE color: 7719574.

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

Color convert

RGB 150 202 117 -
CMYK 0.26 0 0.42 0.21
HSL 96.71º 0.45% 0.63% -
HSV(B) 96.71º 0.42% 0.79% -
XYZ 36.91 50.01 24.54 -
YUV 176.76 94.27 108.91 -
System Red Green Blue C M Y K H S L
Decimal 150 202 117 0.26 0 0.42 0.21 96.71 0.45 0.63
Hex 96 CA 75 1A 0 2A 15 61 2D 3F
Octal 226 312 165 32 0 52 25 141 55 77
Binary 10010110 11001010 1110101 11010 0 101010 10101 1100001 101101 111111

Color Harmonies of #96CA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CA75

Black with #96CA75

Text Example


Text Example

White with #96CA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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