Html Css Color HEX #9BD58A Gossip

📋 copy color: '#9BD58A'

red 155 ◦ green 213 ◦ blue 138

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

Shades of Gossip #9BD58A

Tints of Gossip #9BD58A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.27%

R = 30.63%
G = 42.09%
B = 27.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#9BD58A (or 0x9BD58A) is known color: Gossip. HEX triplet: 9B, D5 and 8A. RGB value is (155,213,138). Sum of RGB (Red+Green+Blue) = 155+213+138=506 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.63% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD58A is #642A75. Grayscale: #BBBBBB. Windows color (decimal): -6564470 or 9098651. OLE color: 9098651.

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

Color convert

RGB 155 213 138 -
CMYK 0.27 0 0.35 0.16
HSL 106.4º 0.47% 0.69% -
HSV(B) 106.4º 0.35% 0.84% -
XYZ 41.9 56.39 32.72 -
YUV 187.11 100.28 105.1 -
System Red Green Blue C M Y K H S L
Decimal 155 213 138 0.27 0 0.35 0.16 106.4 0.47 0.69
Hex 9B D5 8A 1B 0 23 10 6A 2F 45
Octal 233 325 212 33 0 43 20 152 57 105
Binary 10011011 11010101 10001010 11011 0 100011 10000 1101010 101111 1000101

Color Harmonies of #9BD58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD58A

Black with #9BD58A

Text Example


Text Example

White with #9BD58A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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