Html Css Color HEX #A4D295 Gossip

📋 copy color: '#A4D295'

red 164 ◦ green 210 ◦ blue 149

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

Shades of Gossip #A4D295

Tints of Gossip #A4D295

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.15%

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

R = 31.36%
G = 40.15%
B = 28.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#A4D295 (or 0xA4D295) is known color: Gossip. HEX triplet: A4, D2 and 95. RGB value is (164,210,149). Sum of RGB (Red+Green+Blue) = 164+210+149=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D295 is #5B2D6A. Grayscale: #BDBDBD. Windows color (decimal): -5975403 or 9818788. OLE color: 9818788.

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

Color convert

RGB 164 210 149 -
CMYK 0.22 0 0.29 0.18
HSL 105.25º 0.4% 0.7% -
HSV(B) 105.25º 0.29% 0.82% -
XYZ 43.78 56.16 36.97 -
YUV 189.29 105.26 109.96 -
System Red Green Blue C M Y K H S L
Decimal 164 210 149 0.22 0 0.29 0.18 105.25 0.4 0.7
Hex A4 D2 95 16 0 1D 12 69 28 46
Octal 244 322 225 26 0 35 22 151 50 106
Binary 10100100 11010010 10010101 10110 0 11101 10010 1101001 101000 1000110

Color Harmonies of #A4D295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D295

Black with #A4D295

Text Example


Text Example

White with #A4D295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D295; }

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

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

background-color css

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

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

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

border-color css

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

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

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