Html Css Color HEX #9BCD8C Gossip

📋 copy color: '#9BCD8C'

red 155 ◦ green 205 ◦ blue 140

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

Shades of Gossip #9BCD8C

Tints of Gossip #9BCD8C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41%

 BLUE value IS 140 (55.08% from 255) = 28%

R = 31%
G = 41%
B = 28%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#9BCD8C (or 0x9BCD8C) is known color: Gossip. HEX triplet: 9B, CD and 8C. RGB value is (155,205,140). Sum of RGB (Red+Green+Blue) = 155+205+140=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCD8C is #643273. Grayscale: #B6B6B6. Windows color (decimal): -6566516 or 9227675. OLE color: 9227675.

HSL color Cylindrical-coordinate representation of color #9BCD8C: hue angle of 106.15º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BCD8C is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 205 140 -
CMYK 0.24 0 0.32 0.20
HSL 106.15º 0.39% 0.68% -
HSV(B) 106.15º 0.32% 0.8% -
XYZ 40.08 52.52 32.84 -
YUV 182.64 103.94 108.29 -
System Red Green Blue C M Y K H S L
Decimal 155 205 140 0.24 0 0.32 0.20 106.15 0.39 0.68
Hex 9B CD 8C 18 0 20 14 6A 27 44
Octal 233 315 214 30 0 40 24 152 47 104
Binary 10011011 11001101 10001100 11000 0 100000 10100 1101010 100111 1000100

Color Harmonies of #9BCD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCD8C

Black with #9BCD8C

Text Example


Text Example

White with #9BCD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,205,140); }

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

background-color css

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

 a { background-color: rgb(155,205,140); }

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

border-color css

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

 span { border-color: rgb(155,205,140); }

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