Html Css Color HEX #A4C98A Gossip

📋 copy color: '#A4C98A'

red 164 ◦ green 201 ◦ blue 138

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

Shades of Gossip #A4C98A

Tints of Gossip #A4C98A

RGB

 RED value IS 164 (64.45% from 255) = 32.6%

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

 BLUE value IS 138 (54.3% from 255) = 27.44%

R = 32.6%
G = 39.96%
B = 27.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#A4C98A (or 0xA4C98A) is known color: Gossip. HEX triplet: A4, C9 and 8A. RGB value is (164,201,138). Sum of RGB (Red+Green+Blue) = 164+201+138=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C98A is #5B3675. Grayscale: #B6B6B6. Windows color (decimal): -5977718 or 9095588. OLE color: 9095588.

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

Color convert

RGB 164 201 138 -
CMYK 0.18 0 0.31 0.21
HSL 95.24º 0.37% 0.66% -
HSV(B) 95.24º 0.31% 0.79% -
XYZ 40.78 51.5 31.84 -
YUV 182.76 102.74 114.62 -
System Red Green Blue C M Y K H S L
Decimal 164 201 138 0.18 0 0.31 0.21 95.24 0.37 0.66
Hex A4 C9 8A 12 0 1F 15 5F 25 42
Octal 244 311 212 22 0 37 25 137 45 102
Binary 10100100 11001001 10001010 10010 0 11111 10101 1011111 100101 1000010

Color Harmonies of #A4C98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C98A

Black with #A4C98A

Text Example


Text Example

White with #A4C98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C98A; }

 p { color: rgb(164,201,138); }

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

background-color css

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

 a { background-color: rgb(164,201,138); }

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

border-color css

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

 span { border-color: rgb(164,201,138); }

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