Html Css Color HEX #A0CB83 Gossip

📋 copy color: '#A0CB83'

red 160 ◦ green 203 ◦ blue 131

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

Shades of Gossip #A0CB83

Tints of Gossip #A0CB83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.52%

R = 32.39%
G = 41.09%
B = 26.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#A0CB83 (or 0xA0CB83) is known color: Gossip. HEX triplet: A0, CB and 83. RGB value is (160,203,131). Sum of RGB (Red+Green+Blue) = 160+203+131=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 131 (51.56% from 255 or 26.52% from 494); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CB83 is #5F347C. Grayscale: #B6B6B6. Windows color (decimal): -6239357 or 8637344. OLE color: 8637344.

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

Color convert

RGB 160 203 131 -
CMYK 0.21 0 0.35 0.20
HSL 95.83º 0.41% 0.65% -
HSV(B) 95.83º 0.35% 0.8% -
XYZ 39.95 51.82 29.37 -
YUV 181.94 99.25 112.35 -
System Red Green Blue C M Y K H S L
Decimal 160 203 131 0.21 0 0.35 0.20 95.83 0.41 0.65
Hex A0 CB 83 15 0 23 14 60 29 41
Octal 240 313 203 25 0 43 24 140 51 101
Binary 10100000 11001011 10000011 10101 0 100011 10100 1100000 101001 1000001

Color Harmonies of #A0CB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CB83

Black with #A0CB83

Text Example


Text Example

White with #A0CB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CB83; }

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

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

background-color css

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

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

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

border-color css

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

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

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