Html Css Color HEX #96CD8A Gossip

📋 copy color: '#96CD8A'

red 150 ◦ green 205 ◦ blue 138

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

Shades of Gossip #96CD8A

Tints of Gossip #96CD8A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.58%

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

R = 30.43%
G = 41.58%
B = 27.99%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#96CD8A (or 0x96CD8A) is known color: Gossip. HEX triplet: 96, CD and 8A. RGB value is (150,205,138). Sum of RGB (Red+Green+Blue) = 150+205+138=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #96CD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CD8A is #693275. Grayscale: #B5B5B5. Windows color (decimal): -6894198 or 9096598. OLE color: 9096598.

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

Color convert

RGB 150 205 138 -
CMYK 0.27 0 0.33 0.20
HSL 109.25º 0.4% 0.67% -
HSV(B) 109.25º 0.33% 0.8% -
XYZ 39 51.98 32.02 -
YUV 180.92 103.78 105.95 -
System Red Green Blue C M Y K H S L
Decimal 150 205 138 0.27 0 0.33 0.20 109.25 0.4 0.67
Hex 96 CD 8A 1B 0 21 14 6D 28 43
Octal 226 315 212 33 0 41 24 155 50 103
Binary 10010110 11001101 10001010 11011 0 100001 10100 1101101 101000 1000011

Color Harmonies of #96CD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CD8A

Black with #96CD8A

Text Example


Text Example

White with #96CD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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