Html Css Color HEX #9BCE7D Gossip

📋 copy color: '#9BCE7D'

red 155 ◦ green 206 ◦ blue 125

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

Shades of Gossip #9BCE7D

Tints of Gossip #9BCE7D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.39%

 BLUE value IS 125 (49.22% from 255) = 25.72%

R = 31.89%
G = 42.39%
B = 25.72%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#9BCE7D (or 0x9BCE7D) is known color: Gossip. HEX triplet: 9B, CE and 7D. RGB value is (155,206,125). Sum of RGB (Red+Green+Blue) = 155+206+125=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCE7D is #643182. Grayscale: #B5B5B5. Windows color (decimal): -6566275 or 8244891. OLE color: 8244891.

HSL color Cylindrical-coordinate representation of color #9BCE7D: hue angle of 97.78º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BCE7D is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 206 125 -
CMYK 0.25 0 0.39 0.19
HSL 97.78º 0.45% 0.65% -
HSV(B) 97.78º 0.39% 0.81% -
XYZ 39.29 52.59 27.48 -
YUV 181.52 96.1 109.09 -
System Red Green Blue C M Y K H S L
Decimal 155 206 125 0.25 0 0.39 0.19 97.78 0.45 0.65
Hex 9B CE 7D 19 0 27 13 62 2D 41
Octal 233 316 175 31 0 47 23 142 55 101
Binary 10011011 11001110 1111101 11001 0 100111 10011 1100010 101101 1000001

Color Harmonies of #9BCE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCE7D

Black with #9BCE7D

Text Example


Text Example

White with #9BCE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,206,125); }

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

background-color css

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

 a { background-color: rgb(155,206,125); }

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

border-color css

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

 span { border-color: rgb(155,206,125); }

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