Html Css Color HEX #A5CC91 Gossip

📋 copy color: '#A5CC91'

red 165 ◦ green 204 ◦ blue 145

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

Shades of Gossip #A5CC91

Tints of Gossip #A5CC91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.21%

R = 32.1%
G = 39.69%
B = 28.21%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#A5CC91 (or 0xA5CC91) is known color: Gossip. HEX triplet: A5, CC and 91. RGB value is (165,204,145). Sum of RGB (Red+Green+Blue) = 165+204+145=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 145 (57.03% from 255 or 28.21% from 514); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CC91 is #5A336E. Grayscale: #B9B9B9. Windows color (decimal): -5911407 or 9555109. OLE color: 9555109.

HSL color Cylindrical-coordinate representation of color #A5CC91: hue angle of 99.66º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5CC91 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 204 145 -
CMYK 0.19 0 0.29 0.2
HSL 99.66º 0.37% 0.68% -
HSV(B) 99.66º 0.29% 0.8% -
XYZ 42.22 53.23 34.84 -
YUV 185.61 105.08 113.3 -
System Red Green Blue C M Y K H S L
Decimal 165 204 145 0.19 0 0.29 0.2 99.66 0.37 0.68
Hex A5 CC 91 13 0 1D 14 64 25 44
Octal 245 314 221 23 0 35 24 144 45 104
Binary 10100101 11001100 10010001 10011 0 11101 10100 1100100 100101 1000100

Color Harmonies of #A5CC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CC91

Black with #A5CC91

Text Example


Text Example

White with #A5CC91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CC91; }

 p { color: rgb(165,204,145); }

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

background-color css

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

 a { background-color: rgb(165,204,145); }

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

border-color css

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

 span { border-color: rgb(165,204,145); }

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