Html Css Color HEX #A5C98B Gossip

📋 copy color: '#A5C98B'

red 165 ◦ green 201 ◦ blue 139

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

Shades of Gossip #A5C98B

Tints of Gossip #A5C98B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.52%

R = 32.67%
G = 39.8%
B = 27.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#A5C98B (or 0xA5C98B) is known color: Gossip. HEX triplet: A5, C9 and 8B. RGB value is (165,201,139). Sum of RGB (Red+Green+Blue) = 165+201+139=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C98B is #5A3674. Grayscale: #B7B7B7. Windows color (decimal): -5912181 or 9161125. OLE color: 9161125.

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

Color convert

RGB 165 201 139 -
CMYK 0.18 0 0.31 0.21
HSL 94.84º 0.36% 0.67% -
HSV(B) 94.84º 0.31% 0.79% -
XYZ 41.06 51.64 32.23 -
YUV 183.17 103.07 115.04 -
System Red Green Blue C M Y K H S L
Decimal 165 201 139 0.18 0 0.31 0.21 94.84 0.36 0.67
Hex A5 C9 8B 12 0 1F 15 5F 24 43
Octal 245 311 213 22 0 37 25 137 44 103
Binary 10100101 11001001 10001011 10010 0 11111 10101 1011111 100100 1000011

Color Harmonies of #A5C98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C98B

Black with #A5C98B

Text Example


Text Example

White with #A5C98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C98B; }

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

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

background-color css

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

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

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

border-color css

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

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

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