Html Css Color HEX #83A265 Asparagus

📋 copy color: '#83A265'

red 131 ◦ green 162 ◦ blue 101

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

Shades of Asparagus #83A265

Tints of Asparagus #83A265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.63%

R = 33.25%
G = 41.12%
B = 25.63%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#83A265 (or 0x83A265) is known color: Asparagus. HEX triplet: 83, A2 and 65. RGB value is (131,162,101). Sum of RGB (Red+Green+Blue) = 131+162+101=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 162 - color contains mainly: green. Hex color #83A265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A265 is #7C5D9A. Grayscale: #919191. Windows color (decimal): -8150427 or 6660739. OLE color: 6660739.

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

Color convert

RGB 131 162 101 -
CMYK 0.19 0 0.38 0.36
HSL 90.49º 0.25% 0.52% -
HSV(B) 90.49º 0.38% 0.64% -
XYZ 24.63 31.61 17.11 -
YUV 145.78 102.73 117.46 -
System Red Green Blue C M Y K H S L
Decimal 131 162 101 0.19 0 0.38 0.36 90.49 0.25 0.52
Hex 83 A2 65 13 0 26 24 5A 19 34
Octal 203 242 145 23 0 46 44 132 31 64
Binary 10000011 10100010 1100101 10011 0 100110 100100 1011010 11001 110100

Color Harmonies of #83A265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A265

Black with #83A265

Text Example


Text Example

White with #83A265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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