Html Css Color HEX #83A690 Bay Leaf

📋 copy color: '#83A690'

red 131 ◦ green 166 ◦ blue 144

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

Shades of Bay Leaf #83A690

Tints of Bay Leaf #83A690

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.64%

 BLUE value IS 144 (56.64% from 255) = 32.65%

R = 29.71%
G = 37.64%
B = 32.65%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#83A690 (or 0x83A690) is known color: Bay Leaf. HEX triplet: 83, A6 and 90. RGB value is (131,166,144). Sum of RGB (Red+Green+Blue) = 131+166+144=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 166 - color contains mainly: green. Hex color #83A690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A690 is #7C596F. Grayscale: #999999. Windows color (decimal): -8149360 or 9479811. OLE color: 9479811.

HSL color Cylindrical-coordinate representation of color #83A690: hue angle of 142.29º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #83A690 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 131 166 144 -
CMYK 0.21 0 0.13 0.35
HSL 142.29º 0.16% 0.58% -
HSV(B) 142.29º 0.21% 0.65% -
XYZ 28.03 34.11 31.49 -
YUV 153.03 122.9 112.29 -
System Red Green Blue C M Y K H S L
Decimal 131 166 144 0.21 0 0.13 0.35 142.29 0.16 0.58
Hex 83 A6 90 15 0 D 23 8E 10 3A
Octal 203 246 220 25 0 15 43 216 20 72
Binary 10000011 10100110 10010000 10101 0 1101 100011 10001110 10000 111010

Color Harmonies of #83A690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A690

Black with #83A690

Text Example


Text Example

White with #83A690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,166,144); }

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

background-color css

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

 a { background-color: rgb(131,166,144); }

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

border-color css

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

 span { border-color: rgb(131,166,144); }

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