Html Css Color HEX #A5CE8D Gossip

📋 copy color: '#A5CE8D'

red 165 ◦ green 206 ◦ blue 141

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

Shades of Gossip #A5CE8D

Tints of Gossip #A5CE8D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.23%

 BLUE value IS 141 (55.47% from 255) = 27.54%

R = 32.23%
G = 40.23%
B = 27.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#A5CE8D (or 0xA5CE8D) is known color: Gossip. HEX triplet: A5, CE and 8D. RGB value is (165,206,141). Sum of RGB (Red+Green+Blue) = 165+206+141=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CE8D is #5A3172. Grayscale: #BABABA. Windows color (decimal): -5910899 or 9293477. OLE color: 9293477.

HSL color Cylindrical-coordinate representation of color #A5CE8D: hue angle of 97.85º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5CE8D is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 206 141 -
CMYK 0.20 0 0.32 0.19
HSL 97.85º 0.4% 0.68% -
HSV(B) 97.85º 0.32% 0.81% -
XYZ 42.4 54.07 33.4 -
YUV 186.33 102.42 112.79 -
System Red Green Blue C M Y K H S L
Decimal 165 206 141 0.20 0 0.32 0.19 97.85 0.4 0.68
Hex A5 CE 8D 14 0 20 13 62 28 44
Octal 245 316 215 24 0 40 23 142 50 104
Binary 10100101 11001110 10001101 10100 0 100000 10011 1100010 101000 1000100

Color Harmonies of #A5CE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CE8D

Black with #A5CE8D

Text Example


Text Example

White with #A5CE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CE8D; }

 p { color: rgb(165,206,141); }

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

background-color css

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

 a { background-color: rgb(165,206,141); }

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

border-color css

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

 span { border-color: rgb(165,206,141); }

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