Html Css Color HEX #A5CB90 Gossip

📋 copy color: '#A5CB90'

red 165 ◦ green 203 ◦ blue 144

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

Shades of Gossip #A5CB90

Tints of Gossip #A5CB90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.13%

R = 32.23%
G = 39.65%
B = 28.13%

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

#A5CB90 (or 0xA5CB90) is known color: Gossip. HEX triplet: A5, CB and 90. RGB value is (165,203,144). Sum of RGB (Red+Green+Blue) = 165+203+144=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CB90 is #5A346F. Grayscale: #B9B9B9. Windows color (decimal): -5911664 or 9489317. OLE color: 9489317.

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

Color convert

RGB 165 203 144 -
CMYK 0.19 0 0.29 0.20
HSL 98.64º 0.36% 0.68% -
HSV(B) 98.64º 0.29% 0.8% -
XYZ 41.91 52.72 34.35 -
YUV 184.91 104.91 113.8 -
System Red Green Blue C M Y K H S L
Decimal 165 203 144 0.19 0 0.29 0.20 98.64 0.36 0.68
Hex A5 CB 90 13 0 1D 14 63 24 44
Octal 245 313 220 23 0 35 24 143 44 104
Binary 10100101 11001011 10010000 10011 0 11101 10100 1100011 100100 1000100

Color Harmonies of #A5CB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CB90

Black with #A5CB90

Text Example


Text Example

White with #A5CB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CB90; }

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

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

background-color css

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

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

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

border-color css

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

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

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