Html Css Color HEX #9BD070 Gossip

📋 copy color: '#9BD070'

red 155 ◦ green 208 ◦ blue 112

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

Shades of Gossip #9BD070

Tints of Gossip #9BD070

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.79%

 BLUE value IS 112 (44.14% from 255) = 23.58%

R = 32.63%
G = 43.79%
B = 23.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#9BD070 (or 0x9BD070) is known color: Gossip. HEX triplet: 9B, D0 and 70. RGB value is (155,208,112). Sum of RGB (Red+Green+Blue) = 155+208+112=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD070 is #642F8F. Grayscale: #B5B5B5. Windows color (decimal): -6565776 or 7393435. OLE color: 7393435.

HSL color Cylindrical-coordinate representation of color #9BD070: hue angle of 93.12º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BD070 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 208 112 -
CMYK 0.25 0 0.46 0.18
HSL 93.13º 0.51% 0.63% -
HSV(B) 93.13º 0.46% 0.82% -
XYZ 39 53.25 23.55 -
YUV 181.21 88.94 109.31 -
System Red Green Blue C M Y K H S L
Decimal 155 208 112 0.25 0 0.46 0.18 93.13 0.51 0.63
Hex 9B D0 70 19 0 2E 12 5D 33 3F
Octal 233 320 160 31 0 56 22 135 63 77
Binary 10011011 11010000 1110000 11001 0 101110 10010 1011101 110011 111111

Color Harmonies of #9BD070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD070

Black with #9BD070

Text Example


Text Example

White with #9BD070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,208,112); }

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

background-color css

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

 a { background-color: rgb(155,208,112); }

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

border-color css

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

 span { border-color: rgb(155,208,112); }

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