Html Css Color HEX #A5C88E Gossip

📋 copy color: '#A5C88E'

red 165 ◦ green 200 ◦ blue 142

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

Shades of Gossip #A5C88E

Tints of Gossip #A5C88E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.45%

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

R = 32.54%
G = 39.45%
B = 28.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#A5C88E (or 0xA5C88E) is known color: Gossip. HEX triplet: A5, C8 and 8E. RGB value is (165,200,142). Sum of RGB (Red+Green+Blue) = 165+200+142=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C88E is #5A3771. Grayscale: #B7B7B7. Windows color (decimal): -5912434 or 9357477. OLE color: 9357477.

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

Color convert

RGB 165 200 142 -
CMYK 0.18 0 0.29 0.22
HSL 96.21º 0.35% 0.67% -
HSV(B) 96.21º 0.29% 0.78% -
XYZ 41.05 51.26 33.32 -
YUV 182.92 104.9 115.22 -
System Red Green Blue C M Y K H S L
Decimal 165 200 142 0.18 0 0.29 0.22 96.21 0.35 0.67
Hex A5 C8 8E 12 0 1D 16 60 23 43
Octal 245 310 216 22 0 35 26 140 43 103
Binary 10100101 11001000 10001110 10010 0 11101 10110 1100000 100011 1000011

Color Harmonies of #A5C88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C88E

Black with #A5C88E

Text Example


Text Example

White with #A5C88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C88E; }

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

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

background-color css

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

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

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

border-color css

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

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

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