Html Css Color HEX #83BA8E Bay Leaf

📋 copy color: '#83BA8E'

red 131 ◦ green 186 ◦ blue 142

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

Shades of Bay Leaf #83BA8E

Tints of Bay Leaf #83BA8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.94%

R = 28.54%
G = 40.52%
B = 30.94%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#83BA8E (or 0x83BA8E) is known color: Bay Leaf. HEX triplet: 83, BA and 8E. RGB value is (131,186,142). Sum of RGB (Red+Green+Blue) = 131+186+142=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BA8E is #7C4571. Grayscale: #A4A4A4. Windows color (decimal): -8144242 or 9353859. OLE color: 9353859.

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

Color convert

RGB 131 186 142 -
CMYK 0.30 0 0.24 0.27
HSL 132º 0.28% 0.62% -
HSV(B) 132º 0.3% 0.73% -
XYZ 31.8 41.9 32 -
YUV 164.54 115.28 104.08 -
System Red Green Blue C M Y K H S L
Decimal 131 186 142 0.30 0 0.24 0.27 132 0.28 0.62
Hex 83 BA 8E 1E 0 18 1B 84 1C 3E
Octal 203 272 216 36 0 30 33 204 34 76
Binary 10000011 10111010 10001110 11110 0 11000 11011 10000100 11100 111110

Color Harmonies of #83BA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BA8E

Black with #83BA8E

Text Example


Text Example

White with #83BA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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