Html Css Color HEX #9BD68B Gossip

📋 copy color: '#9BD68B'

red 155 ◦ green 214 ◦ blue 139

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

Shades of Gossip #9BD68B

Tints of Gossip #9BD68B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.13%

 BLUE value IS 139 (54.69% from 255) = 27.36%

R = 30.51%
G = 42.13%
B = 27.36%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#9BD68B (or 0x9BD68B) is known color: Gossip. HEX triplet: 9B, D6 and 8B. RGB value is (155,214,139). Sum of RGB (Red+Green+Blue) = 155+214+139=508 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.51% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD68B is #642974. Grayscale: #BCBCBC. Windows color (decimal): -6564213 or 9164443. OLE color: 9164443.

HSL color Cylindrical-coordinate representation of color #9BD68B: hue angle of 107.2º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BD68B is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 214 139 -
CMYK 0.28 0 0.35 0.16
HSL 107.2º 0.48% 0.69% -
HSV(B) 107.2º 0.35% 0.84% -
XYZ 42.22 56.93 33.19 -
YUV 187.81 100.45 104.6 -
System Red Green Blue C M Y K H S L
Decimal 155 214 139 0.28 0 0.35 0.16 107.2 0.48 0.69
Hex 9B D6 8B 1C 0 23 10 6B 30 45
Octal 233 326 213 34 0 43 20 153 60 105
Binary 10011011 11010110 10001011 11100 0 100011 10000 1101011 110000 1000101

Color Harmonies of #9BD68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD68B

Black with #9BD68B

Text Example


Text Example

White with #9BD68B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,214,139); }

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

background-color css

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

 a { background-color: rgb(155,214,139); }

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

border-color css

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

 span { border-color: rgb(155,214,139); }

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