Html Css Color HEX #A1C98B Gossip

📋 copy color: '#A1C98B'

red 161 ◦ green 201 ◦ blue 139

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

Shades of Gossip #A1C98B

Tints of Gossip #A1C98B

RGB

 RED value IS 161 (63.28% from 255) = 32.14%

 GREEN value IS 201 (78.91% from 255) = 40.12%

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

R = 32.14%
G = 40.12%
B = 27.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#A1C98B (or 0xA1C98B) is known color: Gossip. HEX triplet: A1, C9 and 8B. RGB value is (161,201,139). Sum of RGB (Red+Green+Blue) = 161+201+139=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C98B is #5E3674. Grayscale: #B6B6B6. Windows color (decimal): -6174325 or 9161121. OLE color: 9161121.

HSL color Cylindrical-coordinate representation of color #A1C98B: hue angle of 98.71º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1C98B is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 201 139 -
CMYK 0.20 0 0.31 0.21
HSL 98.71º 0.36% 0.67% -
HSV(B) 98.71º 0.31% 0.79% -
XYZ 40.24 51.21 32.19 -
YUV 181.97 103.75 113.04 -
System Red Green Blue C M Y K H S L
Decimal 161 201 139 0.20 0 0.31 0.21 98.71 0.36 0.67
Hex A1 C9 8B 14 0 1F 15 63 24 43
Octal 241 311 213 24 0 37 25 143 44 103
Binary 10100001 11001001 10001011 10100 0 11111 10101 1100011 100100 1000011

Color Harmonies of #A1C98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C98B

Black with #A1C98B

Text Example


Text Example

White with #A1C98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C98B; }

 p { color: rgb(161,201,139); }

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

background-color css

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

 a { background-color: rgb(161,201,139); }

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

border-color css

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

 span { border-color: rgb(161,201,139); }

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