Html Css Color HEX #A8D296 Gossip

📋 copy color: '#A8D296'

red 168 ◦ green 210 ◦ blue 150

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

Shades of Gossip #A8D296

Tints of Gossip #A8D296

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.77%

 BLUE value IS 150 (58.98% from 255) = 28.41%

R = 31.82%
G = 39.77%
B = 28.41%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#A8D296 (or 0xA8D296) is known color: Gossip. HEX triplet: A8, D2 and 96. RGB value is (168,210,150). Sum of RGB (Red+Green+Blue) = 168+210+150=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D296 is #572D69. Grayscale: #BEBEBE. Windows color (decimal): -5713258 or 9884328. OLE color: 9884328.

HSL color Cylindrical-coordinate representation of color #A8D296: hue angle of 102º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8D296 is Cyan = 0.2, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 210 150 -
CMYK 0.2 0 0.29 0.18
HSL 102º 0.4% 0.71% -
HSV(B) 102º 0.29% 0.82% -
XYZ 44.7 56.62 37.43 -
YUV 190.6 105.09 111.88 -
System Red Green Blue C M Y K H S L
Decimal 168 210 150 0.2 0 0.29 0.18 102 0.4 0.71
Hex A8 D2 96 14 0 1D 12 66 28 47
Octal 250 322 226 24 0 35 22 146 50 107
Binary 10101000 11010010 10010110 10100 0 11101 10010 1100110 101000 1000111

Color Harmonies of #A8D296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D296

Black with #A8D296

Text Example


Text Example

White with #A8D296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D296; }

 p { color: rgb(168,210,150); }

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

background-color css

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

 a { background-color: rgb(168,210,150); }

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

border-color css

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

 span { border-color: rgb(168,210,150); }

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