Html Css Color HEX #98DB67 Gossip

📋 copy color: '#98DB67'

red 152 ◦ green 219 ◦ blue 103

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

Shades of Gossip #98DB67

Tints of Gossip #98DB67

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.2%

 BLUE value IS 103 (40.63% from 255) = 21.73%

R = 32.07%
G = 46.2%
B = 21.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#98DB67 (or 0x98DB67) is known color: Gossip. HEX triplet: 98, DB and 67. RGB value is (152,219,103). Sum of RGB (Red+Green+Blue) = 152+219+103=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #98DB67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DB67 is #672498. Grayscale: #BABABA. Windows color (decimal): -6759577 or 6806424. OLE color: 6806424.

HSL color Cylindrical-coordinate representation of color #98DB67: hue angle of 94.66º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98DB67 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 219 103 -
CMYK 0.31 0 0.53 0.14
HSL 94.66º 0.62% 0.63% -
HSV(B) 94.66º 0.53% 0.86% -
XYZ 40.73 58.32 21.94 -
YUV 185.74 81.3 103.93 -
System Red Green Blue C M Y K H S L
Decimal 152 219 103 0.31 0 0.53 0.14 94.66 0.62 0.63
Hex 98 DB 67 1F 0 35 E 5F 3E 3F
Octal 230 333 147 37 0 65 16 137 76 77
Binary 10011000 11011011 1100111 11111 0 110101 1110 1011111 111110 111111

Color Harmonies of #98DB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DB67

Black with #98DB67

Text Example


Text Example

White with #98DB67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,219,103); }

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

background-color css

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

 a { background-color: rgb(152,219,103); }

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

border-color css

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

 span { border-color: rgb(152,219,103); }

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