Html Css Color HEX #83B98D Bay Leaf

📋 copy color: '#83B98D'

red 131 ◦ green 185 ◦ blue 141

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

Shades of Bay Leaf #83B98D

Tints of Bay Leaf #83B98D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.48%

 BLUE value IS 141 (55.47% from 255) = 30.85%

R = 28.67%
G = 40.48%
B = 30.85%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#83B98D (or 0x83B98D) is known color: Bay Leaf. HEX triplet: 83, B9 and 8D. RGB value is (131,185,141). Sum of RGB (Red+Green+Blue) = 131+185+141=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 185 - color contains mainly: green. Hex color #83B98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B98D is #7C4672. Grayscale: #A3A3A3. Windows color (decimal): -8144499 or 9288067. OLE color: 9288067.

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

Color convert

RGB 131 185 141 -
CMYK 0.29 0 0.24 0.27
HSL 131.11º 0.28% 0.62% -
HSV(B) 131.11º 0.29% 0.73% -
XYZ 31.52 41.45 31.54 -
YUV 163.84 115.11 104.58 -
System Red Green Blue C M Y K H S L
Decimal 131 185 141 0.29 0 0.24 0.27 131.11 0.28 0.62
Hex 83 B9 8D 1D 0 18 1B 83 1C 3E
Octal 203 271 215 35 0 30 33 203 34 76
Binary 10000011 10111001 10001101 11101 0 11000 11011 10000011 11100 111110

Color Harmonies of #83B98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B98D

Black with #83B98D

Text Example


Text Example

White with #83B98D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,185,141); }

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

background-color css

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

 a { background-color: rgb(131,185,141); }

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

border-color css

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

 span { border-color: rgb(131,185,141); }

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