Html Css Color HEX #A1CB83 Gossip

📋 copy color: '#A1CB83'

red 161 ◦ green 203 ◦ blue 131

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

Shades of Gossip #A1CB83

Tints of Gossip #A1CB83

RGB

 RED value IS 161 (63.28% from 255) = 32.53%

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

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

R = 32.53%
G = 41.01%
B = 26.46%

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

#A1CB83 (or 0xA1CB83) is known color: Gossip. HEX triplet: A1, CB and 83. RGB value is (161,203,131). Sum of RGB (Red+Green+Blue) = 161+203+131=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 131 (51.56% from 255 or 26.46% from 495); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CB83 is #5E347C. Grayscale: #B6B6B6. Windows color (decimal): -6173821 or 8637345. OLE color: 8637345.

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

Color convert

RGB 161 203 131 -
CMYK 0.21 0 0.35 0.20
HSL 95º 0.41% 0.65% -
HSV(B) 95º 0.35% 0.8% -
XYZ 40.15 51.93 29.38 -
YUV 182.23 99.09 112.85 -
System Red Green Blue C M Y K H S L
Decimal 161 203 131 0.21 0 0.35 0.20 95 0.41 0.65
Hex A1 CB 83 15 0 23 14 5F 29 41
Octal 241 313 203 25 0 43 24 137 51 101
Binary 10100001 11001011 10000011 10101 0 100011 10100 1011111 101001 1000001

Color Harmonies of #A1CB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CB83

Black with #A1CB83

Text Example


Text Example

White with #A1CB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CB83; }

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

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

background-color css

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

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

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

border-color css

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

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

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