Html Css Color HEX #83A790 Bay Leaf

📋 copy color: '#83A790'

red 131 ◦ green 167 ◦ blue 144

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

Shades of Bay Leaf #83A790

Tints of Bay Leaf #83A790

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.78%

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

R = 29.64%
G = 37.78%
B = 32.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#83A790 (or 0x83A790) is known color: Bay Leaf. HEX triplet: 83, A7 and 90. RGB value is (131,167,144). Sum of RGB (Red+Green+Blue) = 131+167+144=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 167 - color contains mainly: green. Hex color #83A790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A790 is #7C586F. Grayscale: #999999. Windows color (decimal): -8149104 or 9480067. OLE color: 9480067.

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

Color convert

RGB 131 167 144 -
CMYK 0.22 0 0.14 0.35
HSL 141.67º 0.17% 0.58% -
HSV(B) 141.67º 0.22% 0.65% -
XYZ 28.21 34.48 31.55 -
YUV 153.61 122.57 111.87 -
System Red Green Blue C M Y K H S L
Decimal 131 167 144 0.22 0 0.14 0.35 141.67 0.17 0.58
Hex 83 A7 90 16 0 E 23 8E 11 3A
Octal 203 247 220 26 0 16 43 216 21 72
Binary 10000011 10100111 10010000 10110 0 1110 100011 10001110 10001 111010

Color Harmonies of #83A790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A790

Black with #83A790

Text Example


Text Example

White with #83A790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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