Html Css Color HEX #9BD570 Gossip

📋 copy color: '#9BD570'

red 155 ◦ green 213 ◦ blue 112

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

Shades of Gossip #9BD570

Tints of Gossip #9BD570

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.38%

 BLUE value IS 112 (44.14% from 255) = 23.33%

R = 32.29%
G = 44.38%
B = 23.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#9BD570 (or 0x9BD570) is known color: Gossip. HEX triplet: 9B, D5 and 70. RGB value is (155,213,112). Sum of RGB (Red+Green+Blue) = 155+213+112=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD570 is #642A8F. Grayscale: #B8B8B8. Windows color (decimal): -6564496 or 7394715. OLE color: 7394715.

HSL color Cylindrical-coordinate representation of color #9BD570: hue angle of 94.46º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9BD570 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 213 112 -
CMYK 0.27 0 0.47 0.16
HSL 94.46º 0.55% 0.64% -
HSV(B) 94.46º 0.47% 0.84% -
XYZ 40.24 55.73 23.96 -
YUV 184.14 87.28 107.21 -
System Red Green Blue C M Y K H S L
Decimal 155 213 112 0.27 0 0.47 0.16 94.46 0.55 0.64
Hex 9B D5 70 1B 0 2F 10 5E 37 40
Octal 233 325 160 33 0 57 20 136 67 100
Binary 10011011 11010101 1110000 11011 0 101111 10000 1011110 110111 1000000

Color Harmonies of #9BD570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD570

Black with #9BD570

Text Example


Text Example

White with #9BD570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,213,112); }

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

background-color css

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

 a { background-color: rgb(155,213,112); }

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

border-color css

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

 span { border-color: rgb(155,213,112); }

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