Html Css Color HEX #96CE8A Gossip

📋 copy color: '#96CE8A'

red 150 ◦ green 206 ◦ blue 138

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

Shades of Gossip #96CE8A

Tints of Gossip #96CE8A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.7%

 BLUE value IS 138 (54.3% from 255) = 27.94%

R = 30.36%
G = 41.7%
B = 27.94%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#96CE8A (or 0x96CE8A) is known color: Gossip. HEX triplet: 96, CE and 8A. RGB value is (150,206,138). Sum of RGB (Red+Green+Blue) = 150+206+138=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CE8A is #693175. Grayscale: #B5B5B5. Windows color (decimal): -6893942 or 9096854. OLE color: 9096854.

HSL color Cylindrical-coordinate representation of color #96CE8A: hue angle of 109.41º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96CE8A is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 206 138 -
CMYK 0.27 0 0.33 0.19
HSL 109.41º 0.41% 0.67% -
HSV(B) 109.41º 0.33% 0.81% -
XYZ 39.24 52.46 32.1 -
YUV 181.5 103.45 105.53 -
System Red Green Blue C M Y K H S L
Decimal 150 206 138 0.27 0 0.33 0.19 109.41 0.41 0.67
Hex 96 CE 8A 1B 0 21 13 6D 29 43
Octal 226 316 212 33 0 41 23 155 51 103
Binary 10010110 11001110 10001010 11011 0 100001 10011 1101101 101001 1000011

Color Harmonies of #96CE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CE8A

Black with #96CE8A

Text Example


Text Example

White with #96CE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,206,138); }

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

background-color css

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

 a { background-color: rgb(150,206,138); }

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

border-color css

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

 span { border-color: rgb(150,206,138); }

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