Html Css Color HEX #83B78D Bay Leaf

📋 copy color: '#83B78D'

red 131 ◦ green 183 ◦ blue 141

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

Shades of Bay Leaf #83B78D

Tints of Bay Leaf #83B78D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.22%

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

R = 28.79%
G = 40.22%
B = 30.99%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#83B78D (or 0x83B78D) is known color: Bay Leaf. HEX triplet: 83, B7 and 8D. RGB value is (131,183,141). Sum of RGB (Red+Green+Blue) = 131+183+141=455 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.79% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 183 - color contains mainly: green. Hex color #83B78D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B78D is #7C4872. Grayscale: #A2A2A2. Windows color (decimal): -8145011 or 9287555. OLE color: 9287555.

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

Color convert

RGB 131 183 141 -
CMYK 0.28 0 0.23 0.28
HSL 131.54º 0.27% 0.62% -
HSV(B) 131.54º 0.28% 0.72% -
XYZ 31.1 40.62 31.4 -
YUV 162.66 115.77 105.42 -
System Red Green Blue C M Y K H S L
Decimal 131 183 141 0.28 0 0.23 0.28 131.54 0.27 0.62
Hex 83 B7 8D 1C 0 17 1C 84 1B 3E
Octal 203 267 215 34 0 27 34 204 33 76
Binary 10000011 10110111 10001101 11100 0 10111 11100 10000100 11011 111110

Color Harmonies of #83B78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B78D

Black with #83B78D

Text Example


Text Example

White with #83B78D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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