Html Css Color HEX #83BC8D Bay Leaf

📋 copy color: '#83BC8D'

red 131 ◦ green 188 ◦ blue 141

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

Shades of Bay Leaf #83BC8D

Tints of Bay Leaf #83BC8D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.87%

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

R = 28.48%
G = 40.87%
B = 30.65%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#83BC8D (or 0x83BC8D) is known color: Bay Leaf. HEX triplet: 83, BC and 8D. RGB value is (131,188,141). Sum of RGB (Red+Green+Blue) = 131+188+141=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BC8D is #7C4372. Grayscale: #A5A5A5. Windows color (decimal): -8143731 or 9288835. OLE color: 9288835.

HSL color Cylindrical-coordinate representation of color #83BC8D: hue angle of 130.53º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83BC8D is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 188 141 -
CMYK 0.30 0 0.25 0.26
HSL 130.53º 0.3% 0.63% -
HSV(B) 130.53º 0.3% 0.74% -
XYZ 32.15 42.71 31.75 -
YUV 165.6 114.12 103.32 -
System Red Green Blue C M Y K H S L
Decimal 131 188 141 0.30 0 0.25 0.26 130.53 0.3 0.63
Hex 83 BC 8D 1E 0 19 1A 83 1E 3F
Octal 203 274 215 36 0 31 32 203 36 77
Binary 10000011 10111100 10001101 11110 0 11001 11010 10000011 11110 111111

Color Harmonies of #83BC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BC8D

Black with #83BC8D

Text Example


Text Example

White with #83BC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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