Html Css Color HEX #83BA91 Bay Leaf

📋 copy color: '#83BA91'

red 131 ◦ green 186 ◦ blue 145

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

Shades of Bay Leaf #83BA91

Tints of Bay Leaf #83BA91

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.26%

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

R = 28.35%
G = 40.26%
B = 31.39%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#83BA91 (or 0x83BA91) is known color: Bay Leaf. HEX triplet: 83, BA and 91. RGB value is (131,186,145). Sum of RGB (Red+Green+Blue) = 131+186+145=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BA91 is #7C456E. Grayscale: #A4A4A4. Windows color (decimal): -8144239 or 9550467. OLE color: 9550467.

HSL color Cylindrical-coordinate representation of color #83BA91: hue angle of 135.27º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83BA91 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 186 145 -
CMYK 0.30 0 0.22 0.27
HSL 135.27º 0.28% 0.62% -
HSV(B) 135.27º 0.3% 0.73% -
XYZ 32.03 41.99 33.2 -
YUV 164.88 116.78 103.83 -
System Red Green Blue C M Y K H S L
Decimal 131 186 145 0.30 0 0.22 0.27 135.27 0.28 0.62
Hex 83 BA 91 1E 0 16 1B 87 1C 3E
Octal 203 272 221 36 0 26 33 207 34 76
Binary 10000011 10111010 10010001 11110 0 10110 11011 10000111 11100 111110

Color Harmonies of #83BA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BA91

Black with #83BA91

Text Example


Text Example

White with #83BA91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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