Html Css Color HEX #9BD084 Gossip

📋 copy color: '#9BD084'

red 155 ◦ green 208 ◦ blue 132

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

Shades of Gossip #9BD084

Tints of Gossip #9BD084

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.02%

 BLUE value IS 132 (51.95% from 255) = 26.67%

R = 31.31%
G = 42.02%
B = 26.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#9BD084 (or 0x9BD084) is known color: Gossip. HEX triplet: 9B, D0 and 84. RGB value is (155,208,132). Sum of RGB (Red+Green+Blue) = 155+208+132=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD084 is #642F7B. Grayscale: #B7B7B7. Windows color (decimal): -6565756 or 8704155. OLE color: 8704155.

HSL color Cylindrical-coordinate representation of color #9BD084: hue angle of 101.84º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BD084 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 208 132 -
CMYK 0.25 0 0.37 0.18
HSL 101.84º 0.45% 0.67% -
HSV(B) 101.84º 0.37% 0.82% -
XYZ 40.24 53.75 30.08 -
YUV 183.49 98.94 107.68 -
System Red Green Blue C M Y K H S L
Decimal 155 208 132 0.25 0 0.37 0.18 101.84 0.45 0.67
Hex 9B D0 84 19 0 25 12 66 2D 43
Octal 233 320 204 31 0 45 22 146 55 103
Binary 10011011 11010000 10000100 11001 0 100101 10010 1100110 101101 1000011

Color Harmonies of #9BD084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD084

Black with #9BD084

Text Example


Text Example

White with #9BD084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,208,132); }

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

background-color css

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

 a { background-color: rgb(155,208,132); }

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

border-color css

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

 span { border-color: rgb(155,208,132); }

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