Html Css Color HEX #A5C992 Gossip

📋 copy color: '#A5C992'

red 165 ◦ green 201 ◦ blue 146

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

Shades of Gossip #A5C992

Tints of Gossip #A5C992

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.26%

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

R = 32.23%
G = 39.26%
B = 28.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#A5C992 (or 0xA5C992) is known color: Gossip. HEX triplet: A5, C9 and 92. RGB value is (165,201,146). Sum of RGB (Red+Green+Blue) = 165+201+146=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C992 is #5A366D. Grayscale: #B8B8B8. Windows color (decimal): -5912174 or 9619877. OLE color: 9619877.

HSL color Cylindrical-coordinate representation of color #A5C992: hue angle of 99.27º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5C992 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 201 146 -
CMYK 0.18 0 0.27 0.21
HSL 99.27º 0.34% 0.68% -
HSV(B) 99.27º 0.27% 0.79% -
XYZ 41.59 51.85 35.01 -
YUV 183.97 106.57 114.47 -
System Red Green Blue C M Y K H S L
Decimal 165 201 146 0.18 0 0.27 0.21 99.27 0.34 0.68
Hex A5 C9 92 12 0 1B 15 63 22 44
Octal 245 311 222 22 0 33 25 143 42 104
Binary 10100101 11001001 10010010 10010 0 11011 10101 1100011 100010 1000100

Color Harmonies of #A5C992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C992

Black with #A5C992

Text Example


Text Example

White with #A5C992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C992; }

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

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

background-color css

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

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

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

border-color css

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

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

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