Html Css Color HEX #99CA84 Gossip

📋 copy color: '#99CA84'

red 153 ◦ green 202 ◦ blue 132

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

Shades of Gossip #99CA84

Tints of Gossip #99CA84

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.48%

 BLUE value IS 132 (51.95% from 255) = 27.1%

R = 31.42%
G = 41.48%
B = 27.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#99CA84 (or 0x99CA84) is known color: Gossip. HEX triplet: 99, CA and 84. RGB value is (153,202,132). Sum of RGB (Red+Green+Blue) = 153+202+132=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CA84 is #66357B. Grayscale: #B3B3B3. Windows color (decimal): -6698364 or 8702617. OLE color: 8702617.

HSL color Cylindrical-coordinate representation of color #99CA84: hue angle of 102º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99CA84 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 202 132 -
CMYK 0.24 0 0.35 0.21
HSL 102º 0.4% 0.65% -
HSV(B) 102º 0.35% 0.79% -
XYZ 38.42 50.68 29.59 -
YUV 179.37 101.27 109.19 -
System Red Green Blue C M Y K H S L
Decimal 153 202 132 0.24 0 0.35 0.21 102 0.4 0.65
Hex 99 CA 84 18 0 23 15 66 28 41
Octal 231 312 204 30 0 43 25 146 50 101
Binary 10011001 11001010 10000100 11000 0 100011 10101 1100110 101000 1000001

Color Harmonies of #99CA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CA84

Black with #99CA84

Text Example


Text Example

White with #99CA84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,202,132); }

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

background-color css

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

 a { background-color: rgb(153,202,132); }

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

border-color css

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

 span { border-color: rgb(153,202,132); }

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