Html Css Color HEX #83A266 Asparagus

📋 copy color: '#83A266'

red 131 ◦ green 162 ◦ blue 102

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

Shades of Asparagus #83A266

Tints of Asparagus #83A266

RGB

 RED value IS 131 (51.56% from 255) = 33.16%

 GREEN value IS 162 (63.67% from 255) = 41.01%

 BLUE value IS 102 (40.23% from 255) = 25.82%

R = 33.16%
G = 41.01%
B = 25.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#83A266 (or 0x83A266) is known color: Asparagus. HEX triplet: 83, A2 and 66. RGB value is (131,162,102). Sum of RGB (Red+Green+Blue) = 131+162+102=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 162 - color contains mainly: green. Hex color #83A266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A266 is #7C5D99. Grayscale: #929292. Windows color (decimal): -8150426 or 6726275. OLE color: 6726275.

HSL color Cylindrical-coordinate representation of color #83A266: hue angle of 91º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83A266 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 131 162 102 -
CMYK 0.19 0 0.37 0.36
HSL 91º 0.24% 0.52% -
HSV(B) 91º 0.37% 0.64% -
XYZ 24.68 31.63 17.37 -
YUV 145.89 103.23 117.38 -
System Red Green Blue C M Y K H S L
Decimal 131 162 102 0.19 0 0.37 0.36 91 0.24 0.52
Hex 83 A2 66 13 0 25 24 5B 18 34
Octal 203 242 146 23 0 45 44 133 30 64
Binary 10000011 10100010 1100110 10011 0 100101 100100 1011011 11000 110100

Color Harmonies of #83A266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A266

Black with #83A266

Text Example


Text Example

White with #83A266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83A266; }

 p { color: rgb(131,162,102); }

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

background-color css

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

 a { background-color: rgb(131,162,102); }

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

border-color css

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

 span { border-color: rgb(131,162,102); }

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