Html Css Color HEX #9BD474 Gossip

📋 copy color: '#9BD474'

red 155 ◦ green 212 ◦ blue 116

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

Shades of Gossip #9BD474

Tints of Gossip #9BD474

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.89%

 BLUE value IS 116 (45.7% from 255) = 24.02%

R = 32.09%
G = 43.89%
B = 24.02%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#9BD474 (or 0x9BD474) is known color: Gossip. HEX triplet: 9B, D4 and 74. RGB value is (155,212,116). Sum of RGB (Red+Green+Blue) = 155+212+116=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 212 (83.20% from 255 or 43.89% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 212 - color contains mainly: green. Hex color #9BD474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD474 is #642B8B. Grayscale: #B8B8B8. Windows color (decimal): -6564748 or 7656603. OLE color: 7656603.

HSL color Cylindrical-coordinate representation of color #9BD474: hue angle of 95.62º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9BD474 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 155 212 116 -
CMYK 0.27 0 0.45 0.17
HSL 95.63º 0.53% 0.64% -
HSV(B) 95.63º 0.45% 0.83% -
XYZ 40.21 55.32 25.08 -
YUV 184.01 89.62 107.31 -
System Red Green Blue C M Y K H S L
Decimal 155 212 116 0.27 0 0.45 0.17 95.63 0.53 0.64
Hex 9B D4 74 1B 0 2D 11 60 35 40
Octal 233 324 164 33 0 55 21 140 65 100
Binary 10011011 11010100 1110100 11011 0 101101 10001 1100000 110101 1000000

Color Harmonies of #9BD474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD474

Black with #9BD474

Text Example


Text Example

White with #9BD474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,212,116); }

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

background-color css

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

 a { background-color: rgb(155,212,116); }

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

border-color css

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

 span { border-color: rgb(155,212,116); }

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