Html Css Color HEX #8BDA6E Gossip

📋 copy color: '#8BDA6E'

red 139 ◦ green 218 ◦ blue 110

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

Shades of Gossip #8BDA6E

Tints of Gossip #8BDA6E

RGB

 RED value IS 139 (54.69% from 255) = 29.76%

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

 BLUE value IS 110 (43.36% from 255) = 23.55%

R = 29.76%
G = 46.68%
B = 23.55%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#8BDA6E (or 0x8BDA6E) is known color: Gossip. HEX triplet: 8B, DA and 6E. RGB value is (139,218,110). Sum of RGB (Red+Green+Blue) = 139+218+110=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #8BDA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDA6E is #742591. Grayscale: #B6B6B6. Windows color (decimal): -7611794 or 7264907. OLE color: 7264907.

HSL color Cylindrical-coordinate representation of color #8BDA6E: hue angle of 103.89º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8BDA6E is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 139 218 110 -
CMYK 0.36 0 0.50 0.15
HSL 103.89º 0.59% 0.64% -
HSV(B) 103.89º 0.5% 0.85% -
XYZ 38.53 56.76 23.68 -
YUV 182.07 87.33 97.28 -
System Red Green Blue C M Y K H S L
Decimal 139 218 110 0.36 0 0.50 0.15 103.89 0.59 0.64
Hex 8B DA 6E 24 0 32 F 68 3B 40
Octal 213 332 156 44 0 62 17 150 73 100
Binary 10001011 11011010 1101110 100100 0 110010 1111 1101000 111011 1000000

Color Harmonies of #8BDA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BDA6E

Black with #8BDA6E

Text Example


Text Example

White with #8BDA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BDA6E; }

 p { color: rgb(139,218,110); }

 H1.HeaderClassName
 {
   color: #8BDA6E;
 }
 .AnyTagClassName
 {
   color: #8BDA6E;
 }
</style>

background-color css

<style>
 a { background-color: #8BDA6E; }

 a { background-color: rgb(139,218,110); }

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

border-color css

<style>
 span { border-color: #8BDA6E; }

 span { border-color: rgb(139,218,110); }

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