Html Css Color HEX #A5D792 Gossip

📋 copy color: '#A5D792'

red 165 ◦ green 215 ◦ blue 146

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

Shades of Gossip #A5D792

Tints of Gossip #A5D792

RGB

 RED value IS 165 (64.84% from 255) = 31.37%

 GREEN value IS 215 (84.38% from 255) = 40.87%

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

R = 31.37%
G = 40.87%
B = 27.76%

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

#A5D792 (or 0xA5D792) is known color: Gossip. HEX triplet: A5, D7 and 92. RGB value is (165,215,146). Sum of RGB (Red+Green+Blue) = 165+215+146=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D792 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D792 is #5A286D. Grayscale: #C0C0C0. Windows color (decimal): -5908590 or 9623461. OLE color: 9623461.

HSL color Cylindrical-coordinate representation of color #A5D792: hue angle of 103.48º degrees, saturation: 0.46, 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 #A5D792 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 215 146 -
CMYK 0.23 0 0.32 0.16
HSL 103.48º 0.46% 0.71% -
HSV(B) 103.48º 0.32% 0.84% -
XYZ 45.01 58.68 36.15 -
YUV 192.18 101.94 108.61 -
System Red Green Blue C M Y K H S L
Decimal 165 215 146 0.23 0 0.32 0.16 103.48 0.46 0.71
Hex A5 D7 92 17 0 20 10 67 2E 47
Octal 245 327 222 27 0 40 20 147 56 107
Binary 10100101 11010111 10010010 10111 0 100000 10000 1100111 101110 1000111

Color Harmonies of #A5D792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D792

Black with #A5D792

Text Example


Text Example

White with #A5D792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D792; }

 p { color: rgb(165,215,146); }

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

background-color css

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

 a { background-color: rgb(165,215,146); }

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

border-color css

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

 span { border-color: rgb(165,215,146); }

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