Html Css Color HEX #96E082 Gossip

📋 copy color: '#96E082'

red 150 ◦ green 224 ◦ blue 130

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

Shades of Gossip #96E082

Tints of Gossip #96E082

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.44%

 BLUE value IS 130 (51.17% from 255) = 25.79%

R = 29.76%
G = 44.44%
B = 25.79%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#96E082 (or 0x96E082) is known color: Gossip. HEX triplet: 96, E0 and 82. RGB value is (150,224,130). Sum of RGB (Red+Green+Blue) = 150+224+130=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 224 - color contains mainly: green. Hex color #96E082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E082 is #691F7D. Grayscale: #BFBFBF. Windows color (decimal): -6889342 or 8577174. OLE color: 8577174.

HSL color Cylindrical-coordinate representation of color #96E082: hue angle of 107.23º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96E082 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 224 130 -
CMYK 0.33 0 0.42 0.12
HSL 107.23º 0.6% 0.69% -
HSV(B) 107.23º 0.42% 0.88% -
XYZ 43.26 61.41 30.69 -
YUV 191.16 93.48 98.64 -
System Red Green Blue C M Y K H S L
Decimal 150 224 130 0.33 0 0.42 0.12 107.23 0.6 0.69
Hex 96 E0 82 21 0 2A C 6B 3C 45
Octal 226 340 202 41 0 52 14 153 74 105
Binary 10010110 11100000 10000010 100001 0 101010 1100 1101011 111100 1000101

Color Harmonies of #96E082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E082

Black with #96E082

Text Example


Text Example

White with #96E082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,224,130); }

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

background-color css

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

 a { background-color: rgb(150,224,130); }

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

border-color css

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

 span { border-color: rgb(150,224,130); }

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