Html Css Color HEX #A4CC94 Gossip

📋 copy color: '#A4CC94'

red 164 ◦ green 204 ◦ blue 148

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

Shades of Gossip #A4CC94

Tints of Gossip #A4CC94

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.53%

 BLUE value IS 148 (58.2% from 255) = 28.68%

R = 31.78%
G = 39.53%
B = 28.68%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#A4CC94 (or 0xA4CC94) is known color: Gossip. HEX triplet: A4, CC and 94. RGB value is (164,204,148). Sum of RGB (Red+Green+Blue) = 164+204+148=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #A4CC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CC94 is #5B336B. Grayscale: #B9B9B9. Windows color (decimal): -5976940 or 9751716. OLE color: 9751716.

HSL color Cylindrical-coordinate representation of color #A4CC94: hue angle of 102.86º degrees, saturation: 0.35, 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 #A4CC94 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 204 148 -
CMYK 0.20 0 0.27 0.2
HSL 102.86º 0.35% 0.69% -
HSV(B) 102.86º 0.27% 0.8% -
XYZ 42.25 53.22 36.06 -
YUV 185.66 106.75 112.55 -
System Red Green Blue C M Y K H S L
Decimal 164 204 148 0.20 0 0.27 0.2 102.86 0.35 0.69
Hex A4 CC 94 14 0 1B 14 67 23 45
Octal 244 314 224 24 0 33 24 147 43 105
Binary 10100100 11001100 10010100 10100 0 11011 10100 1100111 100011 1000101

Color Harmonies of #A4CC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CC94

Black with #A4CC94

Text Example


Text Example

White with #A4CC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CC94; }

 p { color: rgb(164,204,148); }

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

background-color css

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

 a { background-color: rgb(164,204,148); }

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

border-color css

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

 span { border-color: rgb(164,204,148); }

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