Html Css Color HEX #A0CB92 Gossip

📋 copy color: '#A0CB92'

red 160 ◦ green 203 ◦ blue 146

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

Shades of Gossip #A0CB92

Tints of Gossip #A0CB92

RGB

 RED value IS 160 (62.89% from 255) = 31.43%

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

 BLUE value IS 146 (57.42% from 255) = 28.68%

R = 31.43%
G = 39.88%
B = 28.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#A0CB92 (or 0xA0CB92) is known color: Gossip. HEX triplet: A0, CB and 92. RGB value is (160,203,146). Sum of RGB (Red+Green+Blue) = 160+203+146=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CB92 is #5F346D. Grayscale: #B7B7B7. Windows color (decimal): -6239342 or 9620384. OLE color: 9620384.

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

Color convert

RGB 160 203 146 -
CMYK 0.21 0 0.28 0.20
HSL 105.26º 0.35% 0.68% -
HSV(B) 105.26º 0.28% 0.8% -
XYZ 41.04 52.26 35.12 -
YUV 183.65 106.75 111.13 -
System Red Green Blue C M Y K H S L
Decimal 160 203 146 0.21 0 0.28 0.20 105.26 0.35 0.68
Hex A0 CB 92 15 0 1C 14 69 23 44
Octal 240 313 222 25 0 34 24 151 43 104
Binary 10100000 11001011 10010010 10101 0 11100 10100 1101001 100011 1000100

Color Harmonies of #A0CB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CB92

Black with #A0CB92

Text Example


Text Example

White with #A0CB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CB92; }

 p { color: rgb(160,203,146); }

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

background-color css

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

 a { background-color: rgb(160,203,146); }

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

border-color css

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

 span { border-color: rgb(160,203,146); }

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