Html Css Color HEX #96D67B Gossip

📋 copy color: '#96D67B'

red 150 ◦ green 214 ◦ blue 123

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

Shades of Gossip #96D67B

Tints of Gossip #96D67B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.94%

 BLUE value IS 123 (48.44% from 255) = 25.26%

R = 30.8%
G = 43.94%
B = 25.26%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#96D67B (or 0x96D67B) is known color: Gossip. HEX triplet: 96, D6 and 7B. RGB value is (150,214,123). Sum of RGB (Red+Green+Blue) = 150+214+123=487 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.80% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 214 - color contains mainly: green. Hex color #96D67B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D67B is #692984. Grayscale: #B8B8B8. Windows color (decimal): -6891909 or 8115862. OLE color: 8115862.

HSL color Cylindrical-coordinate representation of color #96D67B: hue angle of 102.2º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96D67B is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 214 123 -
CMYK 0.30 0 0.43 0.16
HSL 102.2º 0.53% 0.66% -
HSV(B) 102.2º 0.43% 0.84% -
XYZ 40.2 56.01 27.43 -
YUV 184.49 93.3 103.4 -
System Red Green Blue C M Y K H S L
Decimal 150 214 123 0.30 0 0.43 0.16 102.2 0.53 0.66
Hex 96 D6 7B 1E 0 2B 10 66 35 42
Octal 226 326 173 36 0 53 20 146 65 102
Binary 10010110 11010110 1111011 11110 0 101011 10000 1100110 110101 1000010

Color Harmonies of #96D67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D67B

Black with #96D67B

Text Example


Text Example

White with #96D67B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,214,123); }

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

background-color css

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

 a { background-color: rgb(150,214,123); }

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

border-color css

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

 span { border-color: rgb(150,214,123); }

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