Html Css Color HEX #A8CB95 Gossip

📋 copy color: '#A8CB95'

red 168 ◦ green 203 ◦ blue 149

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

Shades of Gossip #A8CB95

Tints of Gossip #A8CB95

RGB

 RED value IS 168 (66.02% from 255) = 32.31%

 GREEN value IS 203 (79.69% from 255) = 39.04%

 BLUE value IS 149 (58.59% from 255) = 28.65%

R = 32.31%
G = 39.04%
B = 28.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#A8CB95 (or 0xA8CB95) is known color: Gossip. HEX triplet: A8, CB and 95. RGB value is (168,203,149). Sum of RGB (Red+Green+Blue) = 168+203+149=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CB95 is #57346A. Grayscale: #BABABA. Windows color (decimal): -5715051 or 9817000. OLE color: 9817000.

HSL color Cylindrical-coordinate representation of color #A8CB95: hue angle of 98.89º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8CB95 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 203 149 -
CMYK 0.17 0 0.27 0.20
HSL 98.89º 0.34% 0.69% -
HSV(B) 98.89º 0.27% 0.8% -
XYZ 42.93 53.21 36.44 -
YUV 186.38 106.9 114.89 -
System Red Green Blue C M Y K H S L
Decimal 168 203 149 0.17 0 0.27 0.20 98.89 0.34 0.69
Hex A8 CB 95 11 0 1B 14 63 22 45
Octal 250 313 225 21 0 33 24 143 42 105
Binary 10101000 11001011 10010101 10001 0 11011 10100 1100011 100010 1000101

Color Harmonies of #A8CB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CB95

Black with #A8CB95

Text Example


Text Example

White with #A8CB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CB95; }

 p { color: rgb(168,203,149); }

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

background-color css

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

 a { background-color: rgb(168,203,149); }

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

border-color css

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

 span { border-color: rgb(168,203,149); }

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