Html Css Color HEX #9BDB75 Gossip

📋 copy color: '#9BDB75'

red 155 ◦ green 219 ◦ blue 117

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

Shades of Gossip #9BDB75

Tints of Gossip #9BDB75

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.6%

 BLUE value IS 117 (46.09% from 255) = 23.83%

R = 31.57%
G = 44.6%
B = 23.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#9BDB75 (or 0x9BDB75) is known color: Gossip. HEX triplet: 9B, DB and 75. RGB value is (155,219,117). Sum of RGB (Red+Green+Blue) = 155+219+117=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDB75 is #64248A. Grayscale: #BCBCBC. Windows color (decimal): -6562955 or 7723931. OLE color: 7723931.

HSL color Cylindrical-coordinate representation of color #9BDB75: hue angle of 97.65º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9BDB75 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 219 117 -
CMYK 0.29 0 0.47 0.14
HSL 97.65º 0.59% 0.66% -
HSV(B) 97.65º 0.47% 0.86% -
XYZ 42.06 58.92 25.98 -
YUV 188.24 87.8 104.29 -
System Red Green Blue C M Y K H S L
Decimal 155 219 117 0.29 0 0.47 0.14 97.65 0.59 0.66
Hex 9B DB 75 1D 0 2F E 62 3B 42
Octal 233 333 165 35 0 57 16 142 73 102
Binary 10011011 11011011 1110101 11101 0 101111 1110 1100010 111011 1000010

Color Harmonies of #9BDB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDB75

Black with #9BDB75

Text Example


Text Example

White with #9BDB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,219,117); }

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

background-color css

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

 a { background-color: rgb(155,219,117); }

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

border-color css

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

 span { border-color: rgb(155,219,117); }

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