Html Css Color HEX #9BD66B Gossip

📋 copy color: '#9BD66B'

red 155 ◦ green 214 ◦ blue 107

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

Shades of Gossip #9BD66B

Tints of Gossip #9BD66B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.96%

 BLUE value IS 107 (42.19% from 255) = 22.48%

R = 32.56%
G = 44.96%
B = 22.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#9BD66B (or 0x9BD66B) is known color: Gossip. HEX triplet: 9B, D6 and 6B. RGB value is (155,214,107). Sum of RGB (Red+Green+Blue) = 155+214+107=476 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.56% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD66B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD66B is #642994. Grayscale: #B8B8B8. Windows color (decimal): -6564245 or 7067291. OLE color: 7067291.

HSL color Cylindrical-coordinate representation of color #9BD66B: hue angle of 93.08º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BD66B is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 214 107 -
CMYK 0.28 0 0.50 0.16
HSL 93.08º 0.57% 0.63% -
HSV(B) 93.08º 0.5% 0.84% -
XYZ 40.22 56.12 22.62 -
YUV 184.16 84.45 107.2 -
System Red Green Blue C M Y K H S L
Decimal 155 214 107 0.28 0 0.50 0.16 93.08 0.57 0.63
Hex 9B D6 6B 1C 0 32 10 5D 39 3F
Octal 233 326 153 34 0 62 20 135 71 77
Binary 10011011 11010110 1101011 11100 0 110010 10000 1011101 111001 111111

Color Harmonies of #9BD66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD66B

Black with #9BD66B

Text Example


Text Example

White with #9BD66B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,214,107); }

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

background-color css

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

 a { background-color: rgb(155,214,107); }

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

border-color css

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

 span { border-color: rgb(155,214,107); }

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