Html Css Color HEX #98CC73 Gossip

📋 copy color: '#98CC73'

red 152 ◦ green 204 ◦ blue 115

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

Shades of Gossip #98CC73

Tints of Gossip #98CC73

RGB

 RED value IS 152 (59.77% from 255) = 32.27%

 GREEN value IS 204 (80.08% from 255) = 43.31%

 BLUE value IS 115 (45.31% from 255) = 24.42%

R = 32.27%
G = 43.31%
B = 24.42%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#98CC73 (or 0x98CC73) is known color: Gossip. HEX triplet: 98, CC and 73. RGB value is (152,204,115). Sum of RGB (Red+Green+Blue) = 152+204+115=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 204 - color contains mainly: green. Hex color #98CC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CC73 is #67338C. Grayscale: #B2B2B2. Windows color (decimal): -6763405 or 7589016. OLE color: 7589016.

HSL color Cylindrical-coordinate representation of color #98CC73: hue angle of 95.06º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #98CC73 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 204 115 -
CMYK 0.25 0 0.44 0.2
HSL 95.06º 0.47% 0.63% -
HSV(B) 95.06º 0.44% 0.8% -
XYZ 37.64 51.1 24.1 -
YUV 178.31 92.27 109.24 -
System Red Green Blue C M Y K H S L
Decimal 152 204 115 0.25 0 0.44 0.2 95.06 0.47 0.63
Hex 98 CC 73 19 0 2C 14 5F 2F 3F
Octal 230 314 163 31 0 54 24 137 57 77
Binary 10011000 11001100 1110011 11001 0 101100 10100 1011111 101111 111111

Color Harmonies of #98CC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CC73

Black with #98CC73

Text Example


Text Example

White with #98CC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98CC73; }

 p { color: rgb(152,204,115); }

 H1.HeaderClassName
 {
   color: #98CC73;
 }
 .AnyTagClassName
 {
   color: #98CC73;
 }
</style>

background-color css

<style>
 a { background-color: #98CC73; }

 a { background-color: rgb(152,204,115); }

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

border-color css

<style>
 span { border-color: #98CC73; }

 span { border-color: rgb(152,204,115); }

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