Html Css Color HEX #8BCA77 Gossip

📋 copy color: '#8BCA77'

red 139 ◦ green 202 ◦ blue 119

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

Shades of Gossip #8BCA77

Tints of Gossip #8BCA77

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.91%

 BLUE value IS 119 (46.88% from 255) = 25.87%

R = 30.22%
G = 43.91%
B = 25.87%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#8BCA77 (or 0x8BCA77) is known color: Gossip. HEX triplet: 8B, CA and 77. RGB value is (139,202,119). Sum of RGB (Red+Green+Blue) = 139+202+119=460 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.22% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCA77 is #743588. Grayscale: #ADADAD. Windows color (decimal): -7615881 or 7850635. OLE color: 7850635.

HSL color Cylindrical-coordinate representation of color #8BCA77: hue angle of 105.54º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BCA77 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 139 202 119 -
CMYK 0.31 0 0.41 0.21
HSL 105.54º 0.44% 0.63% -
HSV(B) 105.54º 0.41% 0.79% -
XYZ 35.1 49.06 25.07 -
YUV 173.7 97.13 103.25 -
System Red Green Blue C M Y K H S L
Decimal 139 202 119 0.31 0 0.41 0.21 105.54 0.44 0.63
Hex 8B CA 77 1F 0 29 15 6A 2C 3F
Octal 213 312 167 37 0 51 25 152 54 77
Binary 10001011 11001010 1110111 11111 0 101001 10101 1101010 101100 111111

Color Harmonies of #8BCA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCA77

Black with #8BCA77

Text Example


Text Example

White with #8BCA77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,202,119); }

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

background-color css

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

 a { background-color: rgb(139,202,119); }

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

border-color css

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

 span { border-color: rgb(139,202,119); }

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