Html Css Color HEX #9BDA72 Gossip

📋 copy color: '#9BDA72'

red 155 ◦ green 218 ◦ blue 114

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

Shades of Gossip #9BDA72

Tints of Gossip #9BDA72

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.76%

 BLUE value IS 114 (44.92% from 255) = 23.41%

R = 31.83%
G = 44.76%
B = 23.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#9BDA72 (or 0x9BDA72) is known color: Gossip. HEX triplet: 9B, DA and 72. RGB value is (155,218,114). Sum of RGB (Red+Green+Blue) = 155+218+114=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDA72 is #64258D. Grayscale: #BBBBBB. Windows color (decimal): -6563214 or 7527067. OLE color: 7527067.

HSL color Cylindrical-coordinate representation of color #9BDA72: hue angle of 96.35º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BDA72 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 218 114 -
CMYK 0.29 0 0.48 0.15
HSL 96.35º 0.58% 0.65% -
HSV(B) 96.35º 0.48% 0.85% -
XYZ 41.63 58.33 24.98 -
YUV 187.31 86.63 104.96 -
System Red Green Blue C M Y K H S L
Decimal 155 218 114 0.29 0 0.48 0.15 96.35 0.58 0.65
Hex 9B DA 72 1D 0 30 F 60 3A 41
Octal 233 332 162 35 0 60 17 140 72 101
Binary 10011011 11011010 1110010 11101 0 110000 1111 1100000 111010 1000001

Color Harmonies of #9BDA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDA72

Black with #9BDA72

Text Example


Text Example

White with #9BDA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,218,114); }

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

background-color css

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

 a { background-color: rgb(155,218,114); }

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

border-color css

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

 span { border-color: rgb(155,218,114); }

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