Html Css Color HEX #9BCE7A Gossip

📋 copy color: '#9BCE7A'

red 155 ◦ green 206 ◦ blue 122

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

Shades of Gossip #9BCE7A

Tints of Gossip #9BCE7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.26%

R = 32.09%
G = 42.65%
B = 25.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#9BCE7A (or 0x9BCE7A) is known color: Gossip. HEX triplet: 9B, CE and 7A. RGB value is (155,206,122). Sum of RGB (Red+Green+Blue) = 155+206+122=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCE7A is #643185. Grayscale: #B5B5B5. Windows color (decimal): -6566278 or 8048283. OLE color: 8048283.

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

Color convert

RGB 155 206 122 -
CMYK 0.25 0 0.41 0.19
HSL 96.43º 0.46% 0.64% -
HSV(B) 96.43º 0.41% 0.81% -
XYZ 39.1 52.52 26.49 -
YUV 181.18 94.6 109.33 -
System Red Green Blue C M Y K H S L
Decimal 155 206 122 0.25 0 0.41 0.19 96.43 0.46 0.64
Hex 9B CE 7A 19 0 29 13 60 2E 40
Octal 233 316 172 31 0 51 23 140 56 100
Binary 10011011 11001110 1111010 11001 0 101001 10011 1100000 101110 1000000

Color Harmonies of #9BCE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCE7A

Black with #9BCE7A

Text Example


Text Example

White with #9BCE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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