Html Css Color HEX #83BC8E Bay Leaf

📋 copy color: '#83BC8E'

red 131 ◦ green 188 ◦ blue 142

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

Shades of Bay Leaf #83BC8E

Tints of Bay Leaf #83BC8E

RGB

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

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

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

R = 28.42%
G = 40.78%
B = 30.8%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#83BC8E (or 0x83BC8E) is known color: Bay Leaf. HEX triplet: 83, BC and 8E. RGB value is (131,188,142). Sum of RGB (Red+Green+Blue) = 131+188+142=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BC8E is #7C4371. Grayscale: #A5A5A5. Windows color (decimal): -8143730 or 9354371. OLE color: 9354371.

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

Color convert

RGB 131 188 142 -
CMYK 0.30 0 0.24 0.26
HSL 131.58º 0.3% 0.63% -
HSV(B) 131.58º 0.3% 0.74% -
XYZ 32.23 42.74 32.14 -
YUV 165.71 114.62 103.24 -
System Red Green Blue C M Y K H S L
Decimal 131 188 142 0.30 0 0.24 0.26 131.58 0.3 0.63
Hex 83 BC 8E 1E 0 18 1A 84 1E 3F
Octal 203 274 216 36 0 30 32 204 36 77
Binary 10000011 10111100 10001110 11110 0 11000 11010 10000100 11110 111111

Color Harmonies of #83BC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BC8E

Black with #83BC8E

Text Example


Text Example

White with #83BC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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