Html Css Color HEX #9BD270 Gossip

📋 copy color: '#9BD270'

red 155 ◦ green 210 ◦ blue 112

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

Shades of Gossip #9BD270

Tints of Gossip #9BD270

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.03%

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

R = 32.49%
G = 44.03%
B = 23.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#9BD270 (or 0x9BD270) is known color: Gossip. HEX triplet: 9B, D2 and 70. RGB value is (155,210,112). Sum of RGB (Red+Green+Blue) = 155+210+112=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD270 is #642D8F. Grayscale: #B6B6B6. Windows color (decimal): -6565264 or 7393947. OLE color: 7393947.

HSL color Cylindrical-coordinate representation of color #9BD270: hue angle of 93.67º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9BD270 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 210 112 -
CMYK 0.26 0 0.47 0.18
HSL 93.67º 0.52% 0.63% -
HSV(B) 93.67º 0.47% 0.82% -
XYZ 39.49 54.23 23.72 -
YUV 182.38 88.28 108.47 -
System Red Green Blue C M Y K H S L
Decimal 155 210 112 0.26 0 0.47 0.18 93.67 0.52 0.63
Hex 9B D2 70 1A 0 2F 12 5E 34 3F
Octal 233 322 160 32 0 57 22 136 64 77
Binary 10011011 11010010 1110000 11010 0 101111 10010 1011110 110100 111111

Color Harmonies of #9BD270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD270

Black with #9BD270

Text Example


Text Example

White with #9BD270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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