Html Css Color HEX #99CD8B Gossip

📋 copy color: '#99CD8B'

red 153 ◦ green 205 ◦ blue 139

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

Shades of Gossip #99CD8B

Tints of Gossip #99CD8B

RGB

 RED value IS 153 (60.16% from 255) = 30.78%

 GREEN value IS 205 (80.47% from 255) = 41.25%

 BLUE value IS 139 (54.69% from 255) = 27.97%

R = 30.78%
G = 41.25%
B = 27.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#99CD8B (or 0x99CD8B) is known color: Gossip. HEX triplet: 99, CD and 8B. RGB value is (153,205,139). Sum of RGB (Red+Green+Blue) = 153+205+139=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #99CD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CD8B is #663274. Grayscale: #B6B6B6. Windows color (decimal): -6697589 or 9162137. OLE color: 9162137.

HSL color Cylindrical-coordinate representation of color #99CD8B: hue angle of 107.27º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99CD8B is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 205 139 -
CMYK 0.25 0 0.32 0.20
HSL 107.27º 0.4% 0.67% -
HSV(B) 107.27º 0.32% 0.8% -
XYZ 39.63 52.3 32.43 -
YUV 181.93 103.77 107.37 -
System Red Green Blue C M Y K H S L
Decimal 153 205 139 0.25 0 0.32 0.20 107.27 0.4 0.67
Hex 99 CD 8B 19 0 20 14 6B 28 43
Octal 231 315 213 31 0 40 24 153 50 103
Binary 10011001 11001101 10001011 11001 0 100000 10100 1101011 101000 1000011

Color Harmonies of #99CD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CD8B

Black with #99CD8B

Text Example


Text Example

White with #99CD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99CD8B; }

 p { color: rgb(153,205,139); }

 H1.HeaderClassName
 {
   color: #99CD8B;
 }
 .AnyTagClassName
 {
   color: #99CD8B;
 }
</style>

background-color css

<style>
 a { background-color: #99CD8B; }

 a { background-color: rgb(153,205,139); }

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

border-color css

<style>
 span { border-color: #99CD8B; }

 span { border-color: rgb(153,205,139); }

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