Html Css Color HEX #9BDE7B Gossip

📋 copy color: '#9BDE7B'

red 155 ◦ green 222 ◦ blue 123

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

Shades of Gossip #9BDE7B

Tints of Gossip #9BDE7B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.4%

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

R = 31%
G = 44.4%
B = 24.6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#9BDE7B (or 0x9BDE7B) is known color: Gossip. HEX triplet: 9B, DE and 7B. RGB value is (155,222,123). Sum of RGB (Red+Green+Blue) = 155+222+123=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDE7B is #642184. Grayscale: #BFBFBF. Windows color (decimal): -6562181 or 8117915. OLE color: 8117915.

HSL color Cylindrical-coordinate representation of color #9BDE7B: hue angle of 100.61º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9BDE7B is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 222 123 -
CMYK 0.30 0 0.45 0.13
HSL 100.61º 0.6% 0.68% -
HSV(B) 100.61º 0.45% 0.87% -
XYZ 43.21 60.64 28.17 -
YUV 190.68 89.8 102.55 -
System Red Green Blue C M Y K H S L
Decimal 155 222 123 0.30 0 0.45 0.13 100.61 0.6 0.68
Hex 9B DE 7B 1E 0 2D D 65 3C 44
Octal 233 336 173 36 0 55 15 145 74 104
Binary 10011011 11011110 1111011 11110 0 101101 1101 1100101 111100 1000100

Color Harmonies of #9BDE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDE7B

Black with #9BDE7B

Text Example


Text Example

White with #9BDE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,222,123); }

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

background-color css

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

 a { background-color: rgb(155,222,123); }

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

border-color css

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

 span { border-color: rgb(155,222,123); }

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