Html Css Color HEX #A4D08B Gossip

📋 copy color: '#A4D08B'

red 164 ◦ green 208 ◦ blue 139

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

Shades of Gossip #A4D08B

Tints of Gossip #A4D08B

RGB

 RED value IS 164 (64.45% from 255) = 32.09%

 GREEN value IS 208 (81.64% from 255) = 40.7%

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

R = 32.09%
G = 40.7%
B = 27.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#A4D08B (or 0xA4D08B) is known color: Gossip. HEX triplet: A4, D0 and 8B. RGB value is (164,208,139). Sum of RGB (Red+Green+Blue) = 164+208+139=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D08B is #5B2F74. Grayscale: #BBBBBB. Windows color (decimal): -5975925 or 9162916. OLE color: 9162916.

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

Color convert

RGB 164 208 139 -
CMYK 0.21 0 0.33 0.18
HSL 98.26º 0.42% 0.68% -
HSV(B) 98.26º 0.33% 0.82% -
XYZ 42.53 54.87 32.78 -
YUV 186.98 100.92 111.61 -
System Red Green Blue C M Y K H S L
Decimal 164 208 139 0.21 0 0.33 0.18 98.26 0.42 0.68
Hex A4 D0 8B 15 0 21 12 62 2A 44
Octal 244 320 213 25 0 41 22 142 52 104
Binary 10100100 11010000 10001011 10101 0 100001 10010 1100010 101010 1000100

Color Harmonies of #A4D08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D08B

Black with #A4D08B

Text Example


Text Example

White with #A4D08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D08B; }

 p { color: rgb(164,208,139); }

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

background-color css

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

 a { background-color: rgb(164,208,139); }

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

border-color css

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

 span { border-color: rgb(164,208,139); }

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