Html Css Color HEX #83AC91 Bay Leaf

📋 copy color: '#83AC91'

red 131 ◦ green 172 ◦ blue 145

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

Shades of Bay Leaf #83AC91

Tints of Bay Leaf #83AC91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.37%

R = 29.24%
G = 38.39%
B = 32.37%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#83AC91 (or 0x83AC91) is known color: Bay Leaf. HEX triplet: 83, AC and 91. RGB value is (131,172,145). Sum of RGB (Red+Green+Blue) = 131+172+145=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 145 (57.03% from 255 or 32.37% from 448); Max value from RGB is 172 - color contains mainly: green. Hex color #83AC91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AC91 is #7C536E. Grayscale: #9C9C9C. Windows color (decimal): -8147823 or 9546883. OLE color: 9546883.

HSL color Cylindrical-coordinate representation of color #83AC91: hue angle of 140.49º 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 #83AC91 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 172 145 -
CMYK 0.24 0 0.16 0.33
HSL 140.49º 0.2% 0.59% -
HSV(B) 140.49º 0.24% 0.67% -
XYZ 29.22 36.37 32.27 -
YUV 156.66 121.42 109.7 -
System Red Green Blue C M Y K H S L
Decimal 131 172 145 0.24 0 0.16 0.33 140.49 0.2 0.59
Hex 83 AC 91 18 0 10 21 8C 14 3B
Octal 203 254 221 30 0 20 41 214 24 73
Binary 10000011 10101100 10010001 11000 0 10000 100001 10001100 10100 111011

Color Harmonies of #83AC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AC91

Black with #83AC91

Text Example


Text Example

White with #83AC91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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