Html Css Color HEX #83B68B Bay Leaf

📋 copy color: '#83B68B'

red 131 ◦ green 182 ◦ blue 139

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

Shades of Bay Leaf #83B68B

Tints of Bay Leaf #83B68B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.27%

 BLUE value IS 139 (54.69% from 255) = 30.75%

R = 28.98%
G = 40.27%
B = 30.75%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#83B68B (or 0x83B68B) is known color: Bay Leaf. HEX triplet: 83, B6 and 8B. RGB value is (131,182,139). Sum of RGB (Red+Green+Blue) = 131+182+139=452 (59% of max value = 765). Red value is 131 (51.56% from 255 or 28.98% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 182 - color contains mainly: green. Hex color #83B68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B68B is #7C4974. Grayscale: #A1A1A1. Windows color (decimal): -8145269 or 9156227. OLE color: 9156227.

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

Color convert

RGB 131 182 139 -
CMYK 0.28 0 0.24 0.29
HSL 129.41º 0.26% 0.61% -
HSV(B) 129.41º 0.28% 0.71% -
XYZ 30.75 40.15 30.55 -
YUV 161.85 115.1 106 -
System Red Green Blue C M Y K H S L
Decimal 131 182 139 0.28 0 0.24 0.29 129.41 0.26 0.61
Hex 83 B6 8B 1C 0 18 1D 81 1A 3D
Octal 203 266 213 34 0 30 35 201 32 75
Binary 10000011 10110110 10001011 11100 0 11000 11101 10000001 11010 111101

Color Harmonies of #83B68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B68B

Black with #83B68B

Text Example


Text Example

White with #83B68B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,182,139); }

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

background-color css

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

 a { background-color: rgb(131,182,139); }

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

border-color css

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

 span { border-color: rgb(131,182,139); }

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