Html Css Color HEX #A5CB93 Gossip

📋 copy color: '#A5CB93'

red 165 ◦ green 203 ◦ blue 147

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

Shades of Gossip #A5CB93

Tints of Gossip #A5CB93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.54%

R = 32.04%
G = 39.42%
B = 28.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#A5CB93 (or 0xA5CB93) is known color: Gossip. HEX triplet: A5, CB and 93. RGB value is (165,203,147). Sum of RGB (Red+Green+Blue) = 165+203+147=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CB93 is #5A346C. Grayscale: #B9B9B9. Windows color (decimal): -5911661 or 9685925. OLE color: 9685925.

HSL color Cylindrical-coordinate representation of color #A5CB93: hue angle of 100.71º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5CB93 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 203 147 -
CMYK 0.19 0 0.28 0.20
HSL 100.71º 0.35% 0.69% -
HSV(B) 100.71º 0.28% 0.8% -
XYZ 42.14 52.82 35.58 -
YUV 185.25 106.41 113.55 -
System Red Green Blue C M Y K H S L
Decimal 165 203 147 0.19 0 0.28 0.20 100.71 0.35 0.69
Hex A5 CB 93 13 0 1C 14 65 23 45
Octal 245 313 223 23 0 34 24 145 43 105
Binary 10100101 11001011 10010011 10011 0 11100 10100 1100101 100011 1000101

Color Harmonies of #A5CB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CB93

Black with #A5CB93

Text Example


Text Example

White with #A5CB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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