Html Css Color HEX #A4D095 Gossip

📋 copy color: '#A4D095'

red 164 ◦ green 208 ◦ blue 149

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

Shades of Gossip #A4D095

Tints of Gossip #A4D095

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.92%

 BLUE value IS 149 (58.59% from 255) = 28.6%

R = 31.48%
G = 39.92%
B = 28.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#A4D095 (or 0xA4D095) is known color: Gossip. HEX triplet: A4, D0 and 95. RGB value is (164,208,149). Sum of RGB (Red+Green+Blue) = 164+208+149=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D095 is #5B2F6A. Grayscale: #BCBCBC. Windows color (decimal): -5975915 or 9818276. OLE color: 9818276.

HSL color Cylindrical-coordinate representation of color #A4D095: hue angle of 104.75º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4D095 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 208 149 -
CMYK 0.21 0 0.28 0.18
HSL 104.75º 0.39% 0.7% -
HSV(B) 104.75º 0.28% 0.82% -
XYZ 43.29 55.17 36.8 -
YUV 188.12 105.92 110.8 -
System Red Green Blue C M Y K H S L
Decimal 164 208 149 0.21 0 0.28 0.18 104.75 0.39 0.7
Hex A4 D0 95 15 0 1C 12 69 27 46
Octal 244 320 225 25 0 34 22 151 47 106
Binary 10100100 11010000 10010101 10101 0 11100 10010 1101001 100111 1000110

Color Harmonies of #A4D095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D095

Black with #A4D095

Text Example


Text Example

White with #A4D095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D095; }

 p { color: rgb(164,208,149); }

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

background-color css

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

 a { background-color: rgb(164,208,149); }

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

border-color css

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

 span { border-color: rgb(164,208,149); }

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