Html Css Color HEX #83AC85 Envy

📋 copy color: '#83AC85'

red 131 ◦ green 172 ◦ blue 133

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

Shades of Envy #83AC85

Tints of Envy #83AC85

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.45%

 BLUE value IS 133 (52.34% from 255) = 30.5%

R = 30.05%
G = 39.45%
B = 30.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#83AC85 (or 0x83AC85) is known color: Envy. HEX triplet: 83, AC and 85. RGB value is (131,172,133). Sum of RGB (Red+Green+Blue) = 131+172+133=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 172 - color contains mainly: green. Hex color #83AC85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AC85 is #7C537A. Grayscale: #9B9B9B. Windows color (decimal): -8147835 or 8760451. OLE color: 8760451.

HSL color Cylindrical-coordinate representation of color #83AC85: hue angle of 122.93º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #83AC85 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 172 133 -
CMYK 0.24 0 0.23 0.33
HSL 122.93º 0.2% 0.59% -
HSV(B) 122.93º 0.24% 0.67% -
XYZ 28.35 36.02 27.65 -
YUV 155.3 115.42 110.67 -
System Red Green Blue C M Y K H S L
Decimal 131 172 133 0.24 0 0.23 0.33 122.93 0.2 0.59
Hex 83 AC 85 18 0 17 21 7B 14 3B
Octal 203 254 205 30 0 27 41 173 24 73
Binary 10000011 10101100 10000101 11000 0 10111 100001 1111011 10100 111011

Color Harmonies of #83AC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AC85

Black with #83AC85

Text Example


Text Example

White with #83AC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,172,133); }

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

background-color css

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

 a { background-color: rgb(131,172,133); }

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

border-color css

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

 span { border-color: rgb(131,172,133); }

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