Html Css Color HEX #8BD672 Gossip

📋 copy color: '#8BD672'

red 139 ◦ green 214 ◦ blue 114

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

Shades of Gossip #8BD672

Tints of Gossip #8BD672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.41%

R = 29.76%
G = 45.82%
B = 24.41%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#8BD672 (or 0x8BD672) is known color: Gossip. HEX triplet: 8B, D6 and 72. RGB value is (139,214,114). Sum of RGB (Red+Green+Blue) = 139+214+114=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD672 is #74298D. Grayscale: #B4B4B4. Windows color (decimal): -7612814 or 7526027. OLE color: 7526027.

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

Color convert

RGB 139 214 114 -
CMYK 0.35 0 0.47 0.16
HSL 105º 0.55% 0.64% -
HSV(B) 105º 0.47% 0.84% -
XYZ 37.73 54.8 24.51 -
YUV 180.18 90.65 98.63 -
System Red Green Blue C M Y K H S L
Decimal 139 214 114 0.35 0 0.47 0.16 105 0.55 0.64
Hex 8B D6 72 23 0 2F 10 69 37 40
Octal 213 326 162 43 0 57 20 151 67 100
Binary 10001011 11010110 1110010 100011 0 101111 10000 1101001 110111 1000000

Color Harmonies of #8BD672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD672

Black with #8BD672

Text Example


Text Example

White with #8BD672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,214,114); }

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

background-color css

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

 a { background-color: rgb(139,214,114); }

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

border-color css

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

 span { border-color: rgb(139,214,114); }

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