Html Css Color HEX #A5CD8E Gossip

📋 copy color: '#A5CD8E'

red 165 ◦ green 205 ◦ blue 142

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

Shades of Gossip #A5CD8E

Tints of Gossip #A5CD8E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.04%

 BLUE value IS 142 (55.86% from 255) = 27.73%

R = 32.23%
G = 40.04%
B = 27.73%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#A5CD8E (or 0xA5CD8E) is known color: Gossip. HEX triplet: A5, CD and 8E. RGB value is (165,205,142). Sum of RGB (Red+Green+Blue) = 165+205+142=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CD8E is #5A3271. Grayscale: #BABABA. Windows color (decimal): -5911154 or 9358757. OLE color: 9358757.

HSL color Cylindrical-coordinate representation of color #A5CD8E: hue angle of 98.1º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5CD8E is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 205 142 -
CMYK 0.20 0 0.31 0.20
HSL 98.1º 0.39% 0.68% -
HSV(B) 98.1º 0.31% 0.8% -
XYZ 42.23 53.61 33.71 -
YUV 185.86 103.25 113.12 -
System Red Green Blue C M Y K H S L
Decimal 165 205 142 0.20 0 0.31 0.20 98.1 0.39 0.68
Hex A5 CD 8E 14 0 1F 14 62 27 44
Octal 245 315 216 24 0 37 24 142 47 104
Binary 10100101 11001101 10001110 10100 0 11111 10100 1100010 100111 1000100

Color Harmonies of #A5CD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CD8E

Black with #A5CD8E

Text Example


Text Example

White with #A5CD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CD8E; }

 p { color: rgb(165,205,142); }

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

background-color css

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

 a { background-color: rgb(165,205,142); }

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

border-color css

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

 span { border-color: rgb(165,205,142); }

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