Html Css Color HEX #9BCE90 Gossip

📋 copy color: '#9BCE90'

red 155 ◦ green 206 ◦ blue 144

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

Shades of Gossip #9BCE90

Tints of Gossip #9BCE90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.51%

R = 30.69%
G = 40.79%
B = 28.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#9BCE90 (or 0x9BCE90) is known color: Gossip. HEX triplet: 9B, CE and 90. RGB value is (155,206,144). Sum of RGB (Red+Green+Blue) = 155+206+144=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCE90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCE90 is #64316F. Grayscale: #B7B7B7. Windows color (decimal): -6566256 or 9490075. OLE color: 9490075.

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

Color convert

RGB 155 206 144 -
CMYK 0.25 0 0.30 0.19
HSL 109.35º 0.39% 0.69% -
HSV(B) 109.35º 0.3% 0.81% -
XYZ 40.62 53.12 34.5 -
YUV 183.68 105.6 107.54 -
System Red Green Blue C M Y K H S L
Decimal 155 206 144 0.25 0 0.30 0.19 109.35 0.39 0.69
Hex 9B CE 90 19 0 1E 13 6D 27 45
Octal 233 316 220 31 0 36 23 155 47 105
Binary 10011011 11001110 10010000 11001 0 11110 10011 1101101 100111 1000101

Color Harmonies of #9BCE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCE90

Black with #9BCE90

Text Example


Text Example

White with #9BCE90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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