Html Css Color HEX #9BD57A Gossip

📋 copy color: '#9BD57A'

red 155 ◦ green 213 ◦ blue 122

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

Shades of Gossip #9BD57A

Tints of Gossip #9BD57A

RGB

 RED value IS 155 (60.94% from 255) = 31.63%

 GREEN value IS 213 (83.59% from 255) = 43.47%

 BLUE value IS 122 (48.05% from 255) = 24.9%

R = 31.63%
G = 43.47%
B = 24.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#9BD57A (or 0x9BD57A) is known color: Gossip. HEX triplet: 9B, D5 and 7A. RGB value is (155,213,122). Sum of RGB (Red+Green+Blue) = 155+213+122=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD57A is #642A85. Grayscale: #B9B9B9. Windows color (decimal): -6564486 or 8050075. OLE color: 8050075.

HSL color Cylindrical-coordinate representation of color #9BD57A: hue angle of 98.24º degrees, saturation: 0.52, 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 #9BD57A is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 213 122 -
CMYK 0.27 0 0.43 0.16
HSL 98.24º 0.52% 0.66% -
HSV(B) 98.24º 0.43% 0.84% -
XYZ 40.82 55.96 27.06 -
YUV 185.28 92.28 106.4 -
System Red Green Blue C M Y K H S L
Decimal 155 213 122 0.27 0 0.43 0.16 98.24 0.52 0.66
Hex 9B D5 7A 1B 0 2B 10 62 34 42
Octal 233 325 172 33 0 53 20 142 64 102
Binary 10011011 11010101 1111010 11011 0 101011 10000 1100010 110100 1000010

Color Harmonies of #9BD57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD57A

Black with #9BD57A

Text Example


Text Example

White with #9BD57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BD57A; }

 p { color: rgb(155,213,122); }

 H1.HeaderClassName
 {
   color: #9BD57A;
 }
 .AnyTagClassName
 {
   color: #9BD57A;
 }
</style>

background-color css

<style>
 a { background-color: #9BD57A; }

 a { background-color: rgb(155,213,122); }

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

border-color css

<style>
 span { border-color: #9BD57A; }

 span { border-color: rgb(155,213,122); }

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