Html Css Color HEX #83B38E Bay Leaf

📋 copy color: '#83B38E'

red 131 ◦ green 179 ◦ blue 142

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

Shades of Bay Leaf #83B38E

Tints of Bay Leaf #83B38E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.6%

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

R = 28.98%
G = 39.6%
B = 31.42%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#83B38E (or 0x83B38E) is known color: Bay Leaf. HEX triplet: 83, B3 and 8E. RGB value is (131,179,142). Sum of RGB (Red+Green+Blue) = 131+179+142=452 (59% of max value = 765). Red value is 131 (51.56% from 255 or 28.98% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 179 - color contains mainly: green. Hex color #83B38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B38E is #7C4C71. Grayscale: #A0A0A0. Windows color (decimal): -8146034 or 9352067. OLE color: 9352067.

HSL color Cylindrical-coordinate representation of color #83B38E: hue angle of 133.75º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83B38E is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 131 179 142 -
CMYK 0.27 0 0.21 0.30
HSL 133.75º 0.24% 0.61% -
HSV(B) 133.75º 0.27% 0.7% -
XYZ 30.36 39.02 31.52 -
YUV 160.43 117.6 107.01 -
System Red Green Blue C M Y K H S L
Decimal 131 179 142 0.27 0 0.21 0.30 133.75 0.24 0.61
Hex 83 B3 8E 1B 0 15 1E 86 18 3D
Octal 203 263 216 33 0 25 36 206 30 75
Binary 10000011 10110011 10001110 11011 0 10101 11110 10000110 11000 111101

Color Harmonies of #83B38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B38E

Black with #83B38E

Text Example


Text Example

White with #83B38E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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