Html Css Color HEX #A4D692 Gossip

📋 copy color: '#A4D692'

red 164 ◦ green 214 ◦ blue 146

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

Shades of Gossip #A4D692

Tints of Gossip #A4D692

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.84%

 BLUE value IS 146 (57.42% from 255) = 27.86%

R = 31.3%
G = 40.84%
B = 27.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#A4D692 (or 0xA4D692) is known color: Gossip. HEX triplet: A4, D6 and 92. RGB value is (164,214,146). Sum of RGB (Red+Green+Blue) = 164+214+146=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D692 is #5B296D. Grayscale: #BFBFBF. Windows color (decimal): -5974382 or 9623204. OLE color: 9623204.

HSL color Cylindrical-coordinate representation of color #A4D692: hue angle of 104.12º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4D692 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 214 146 -
CMYK 0.23 0 0.32 0.16
HSL 104.12º 0.45% 0.71% -
HSV(B) 104.12º 0.32% 0.84% -
XYZ 44.54 58.06 36.05 -
YUV 191.3 102.44 108.53 -
System Red Green Blue C M Y K H S L
Decimal 164 214 146 0.23 0 0.32 0.16 104.12 0.45 0.71
Hex A4 D6 92 17 0 20 10 68 2D 47
Octal 244 326 222 27 0 40 20 150 55 107
Binary 10100100 11010110 10010010 10111 0 100000 10000 1101000 101101 1000111

Color Harmonies of #A4D692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D692

Black with #A4D692

Text Example


Text Example

White with #A4D692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D692; }

 p { color: rgb(164,214,146); }

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

background-color css

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

 a { background-color: rgb(164,214,146); }

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

border-color css

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

 span { border-color: rgb(164,214,146); }

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