Html Css Color HEX #A5CB91 Gossip

📋 copy color: '#A5CB91'

red 165 ◦ green 203 ◦ blue 145

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

Shades of Gossip #A5CB91

Tints of Gossip #A5CB91

RGB

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

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

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

R = 32.16%
G = 39.57%
B = 28.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#A5CB91 (or 0xA5CB91) is known color: Gossip. HEX triplet: A5, CB and 91. RGB value is (165,203,145). Sum of RGB (Red+Green+Blue) = 165+203+145=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CB91 is #5A346E. Grayscale: #B9B9B9. Windows color (decimal): -5911663 or 9554853. OLE color: 9554853.

HSL color Cylindrical-coordinate representation of color #A5CB91: hue angle of 99.31º degrees, saturation: 0.36, 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 #A5CB91 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 203 145 -
CMYK 0.19 0 0.29 0.20
HSL 99.31º 0.36% 0.68% -
HSV(B) 99.31º 0.29% 0.8% -
XYZ 41.98 52.76 34.76 -
YUV 185.03 105.41 113.72 -
System Red Green Blue C M Y K H S L
Decimal 165 203 145 0.19 0 0.29 0.20 99.31 0.36 0.68
Hex A5 CB 91 13 0 1D 14 63 24 44
Octal 245 313 221 23 0 35 24 143 44 104
Binary 10100101 11001011 10010001 10011 0 11101 10100 1100011 100100 1000100

Color Harmonies of #A5CB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CB91

Black with #A5CB91

Text Example


Text Example

White with #A5CB91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CB91; }

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

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

background-color css

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

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

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

border-color css

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

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

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