Html Css Color HEX #9BD277 Gossip

📋 copy color: '#9BD277'

red 155 ◦ green 210 ◦ blue 119

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

Shades of Gossip #9BD277

Tints of Gossip #9BD277

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.39%

 BLUE value IS 119 (46.88% from 255) = 24.59%

R = 32.02%
G = 43.39%
B = 24.59%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#9BD277 (or 0x9BD277) is known color: Gossip. HEX triplet: 9B, D2 and 77. RGB value is (155,210,119). Sum of RGB (Red+Green+Blue) = 155+210+119=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD277 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD277 is #642D88. Grayscale: #B7B7B7. Windows color (decimal): -6565257 or 7852699. OLE color: 7852699.

HSL color Cylindrical-coordinate representation of color #9BD277: hue angle of 96.26º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9BD277 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 210 119 -
CMYK 0.26 0 0.43 0.18
HSL 96.26º 0.5% 0.65% -
HSV(B) 96.26º 0.43% 0.82% -
XYZ 39.89 54.39 25.85 -
YUV 183.18 91.78 107.9 -
System Red Green Blue C M Y K H S L
Decimal 155 210 119 0.26 0 0.43 0.18 96.26 0.5 0.65
Hex 9B D2 77 1A 0 2B 12 60 32 41
Octal 233 322 167 32 0 53 22 140 62 101
Binary 10011011 11010010 1110111 11010 0 101011 10010 1100000 110010 1000001

Color Harmonies of #9BD277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD277

Black with #9BD277

Text Example


Text Example

White with #9BD277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,210,119); }

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

background-color css

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

 a { background-color: rgb(155,210,119); }

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

border-color css

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

 span { border-color: rgb(155,210,119); }

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