Html Css Color HEX #98CC7C Gossip

📋 copy color: '#98CC7C'

red 152 ◦ green 204 ◦ blue 124

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

Shades of Gossip #98CC7C

Tints of Gossip #98CC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.83%

R = 31.67%
G = 42.5%
B = 25.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#98CC7C (or 0x98CC7C) is known color: Gossip. HEX triplet: 98, CC and 7C. RGB value is (152,204,124). Sum of RGB (Red+Green+Blue) = 152+204+124=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 204 - color contains mainly: green. Hex color #98CC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CC7C is #673383. Grayscale: #B3B3B3. Windows color (decimal): -6763396 or 8178840. OLE color: 8178840.

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

Color convert

RGB 152 204 124 -
CMYK 0.25 0 0.39 0.2
HSL 99º 0.44% 0.64% -
HSV(B) 99º 0.39% 0.8% -
XYZ 38.18 51.32 26.96 -
YUV 179.33 96.77 108.5 -
System Red Green Blue C M Y K H S L
Decimal 152 204 124 0.25 0 0.39 0.2 99 0.44 0.64
Hex 98 CC 7C 19 0 27 14 63 2C 40
Octal 230 314 174 31 0 47 24 143 54 100
Binary 10011000 11001100 1111100 11001 0 100111 10100 1100011 101100 1000000

Color Harmonies of #98CC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CC7C

Black with #98CC7C

Text Example


Text Example

White with #98CC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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