Html Css Color HEX #96CA8B Gossip

📋 copy color: '#96CA8B'

red 150 ◦ green 202 ◦ blue 139

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

Shades of Gossip #96CA8B

Tints of Gossip #96CA8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.31%

R = 30.55%
G = 41.14%
B = 28.31%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#96CA8B (or 0x96CA8B) is known color: Gossip. HEX triplet: 96, CA and 8B. RGB value is (150,202,139). Sum of RGB (Red+Green+Blue) = 150+202+139=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CA8B is #693574. Grayscale: #B3B3B3. Windows color (decimal): -6894965 or 9161366. OLE color: 9161366.

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

Color convert

RGB 150 202 139 -
CMYK 0.26 0 0.31 0.21
HSL 109.52º 0.37% 0.67% -
HSV(B) 109.52º 0.31% 0.79% -
XYZ 38.36 50.59 32.17 -
YUV 179.27 105.27 107.12 -
System Red Green Blue C M Y K H S L
Decimal 150 202 139 0.26 0 0.31 0.21 109.52 0.37 0.67
Hex 96 CA 8B 1A 0 1F 15 6E 25 43
Octal 226 312 213 32 0 37 25 156 45 103
Binary 10010110 11001010 10001011 11010 0 11111 10101 1101110 100101 1000011

Color Harmonies of #96CA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CA8B

Black with #96CA8B

Text Example


Text Example

White with #96CA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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