#838D58

Color #838D58 Bitter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter #838D58

Tints of Bitter #838D58

Color information

#838D58 (or 0x838D58) is unknown color: approx Bitter. HEX triplet: 83, 8D and 58. RGB value is (131,141,88). Sum of RGB (Red+Green+Blue) = 131+141+88=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 141 - color contains mainly: green. Hex color #838D58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838D58 is #7C72A7. Grayscale: #848484. Windows color (decimal): -8155816 or 5803395. OLE color: 5803395.

HSL color Cylindrical-coordinate representation of color #838D58: hue angle of 71.32º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #838D58 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB13114188-
CMYK0.0700.380.45
HSL71.32º23.14%44.9%-
HSV(B)71.32º37.59%55.29%-
XYZ20.6524.5812.89-
YUV131.97103.19127.31-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.39%
GREEN value IS 141 (55.47% from 255) = 39.17%
BLUE value IS 88 (34.77% from 255) = 24.44%
R=36.39%
G=39.17%
B=24.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131141880.0700.380.4571.3223.1444.9
Hex838D5870262D47172d
Octal2032151307046551072755
Binary100000111000110110110001110100110101101100011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838D58; }

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

 H1.HeaderClassName
 {
   color: #838D58;
 }
 .AnyTagClassName
 {
   color: #838D58;
 }
</style>
background-color css

<style>
 a { background-color: #838D58; }

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

 div.DivClassName
 {
   background-color: #838D58;
 }
 .BgClassName
 {
   background-color: #838D58;
 }
</style>
border-color css

<style>
 span { border-color: #838D58; }

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

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