Html Css Color HEX #8BCA74 Gossip

📋 copy color: '#8BCA74'

red 139 ◦ green 202 ◦ blue 116

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

Shades of Gossip #8BCA74

Tints of Gossip #8BCA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.38%

R = 30.42%
G = 44.2%
B = 25.38%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#8BCA74 (or 0x8BCA74) is known color: Gossip. HEX triplet: 8B, CA and 74. RGB value is (139,202,116). Sum of RGB (Red+Green+Blue) = 139+202+116=457 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.42% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCA74 is #74358B. Grayscale: #ADADAD. Windows color (decimal): -7615884 or 7654027. OLE color: 7654027.

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

Color convert

RGB 139 202 116 -
CMYK 0.31 0 0.43 0.21
HSL 103.95º 0.45% 0.62% -
HSV(B) 103.95º 0.43% 0.79% -
XYZ 34.92 48.99 24.14 -
YUV 173.36 95.63 103.49 -
System Red Green Blue C M Y K H S L
Decimal 139 202 116 0.31 0 0.43 0.21 103.95 0.45 0.62
Hex 8B CA 74 1F 0 2B 15 68 2D 3E
Octal 213 312 164 37 0 53 25 150 55 76
Binary 10001011 11001010 1110100 11111 0 101011 10101 1101000 101101 111110

Color Harmonies of #8BCA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCA74

Black with #8BCA74

Text Example


Text Example

White with #8BCA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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