Html Css Color HEX #9BD56B Gossip

📋 copy color: '#9BD56B'

red 155 ◦ green 213 ◦ blue 107

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

Shades of Gossip #9BD56B

Tints of Gossip #9BD56B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.53%

R = 32.63%
G = 44.84%
B = 22.53%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#9BD56B (or 0x9BD56B) is known color: Gossip. HEX triplet: 9B, D5 and 6B. RGB value is (155,213,107). Sum of RGB (Red+Green+Blue) = 155+213+107=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD56B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD56B is #642A94. Grayscale: #B7B7B7. Windows color (decimal): -6564501 or 7067035. OLE color: 7067035.

HSL color Cylindrical-coordinate representation of color #9BD56B: hue angle of 92.83º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BD56B is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 213 107 -
CMYK 0.27 0 0.50 0.16
HSL 92.83º 0.56% 0.63% -
HSV(B) 92.83º 0.5% 0.84% -
XYZ 39.97 55.62 22.54 -
YUV 183.57 84.78 107.62 -
System Red Green Blue C M Y K H S L
Decimal 155 213 107 0.27 0 0.50 0.16 92.83 0.56 0.63
Hex 9B D5 6B 1B 0 32 10 5D 38 3F
Octal 233 325 153 33 0 62 20 135 70 77
Binary 10011011 11010101 1101011 11011 0 110010 10000 1011101 111000 111111

Color Harmonies of #9BD56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD56B

Black with #9BD56B

Text Example


Text Example

White with #9BD56B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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