Html Css Color HEX #99CC8B Gossip

📋 copy color: '#99CC8B'

red 153 ◦ green 204 ◦ blue 139

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

Shades of Gossip #99CC8B

Tints of Gossip #99CC8B

RGB

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

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

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

R = 30.85%
G = 41.13%
B = 28.02%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#99CC8B (or 0x99CC8B) is known color: Gossip. HEX triplet: 99, CC and 8B. RGB value is (153,204,139). Sum of RGB (Red+Green+Blue) = 153+204+139=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CC8B is #663374. Grayscale: #B5B5B5. Windows color (decimal): -6697845 or 9161881. OLE color: 9161881.

HSL color Cylindrical-coordinate representation of color #99CC8B: hue angle of 107.08º degrees, saturation: 0.39, 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 #99CC8B is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 204 139 -
CMYK 0.25 0 0.32 0.2
HSL 107.08º 0.39% 0.67% -
HSV(B) 107.08º 0.32% 0.8% -
XYZ 39.39 51.82 32.35 -
YUV 181.34 104.1 107.79 -
System Red Green Blue C M Y K H S L
Decimal 153 204 139 0.25 0 0.32 0.2 107.08 0.39 0.67
Hex 99 CC 8B 19 0 20 14 6B 27 43
Octal 231 314 213 31 0 40 24 153 47 103
Binary 10011001 11001100 10001011 11001 0 100000 10100 1101011 100111 1000011

Color Harmonies of #99CC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CC8B

Black with #99CC8B

Text Example


Text Example

White with #99CC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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