#838C58

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

Shades of Bitter #838C58

Tints of Bitter #838C58

Color information

#838C58 (or 0x838C58) is unknown color: approx Bitter. HEX triplet: 83, 8C and 58. RGB value is (131,140,88). Sum of RGB (Red+Green+Blue) = 131+140+88=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 88 (34.77% from 255 or 24.51% from 359); Max value from RGB is 140 - color contains mainly: green. Hex color #838C58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838C58 is #7C73A7. Grayscale: #838383. Windows color (decimal): -8156072 or 5803139. OLE color: 5803139.

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

Color convert

RGB13114088-
CMYK0.0600.370.45
HSL70.38º22.81%44.71%-
HSV(B)70.38º37.14%54.9%-
XYZ20.524.2912.84-
YUV131.38103.52127.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.49%
GREEN value IS 140 (55.08% from 255) = 39.00%
BLUE value IS 88 (34.77% from 255) = 24.51%
R=36.49%
G=39.00%
B=24.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131140880.0600.370.4570.3822.8144.71
Hex838C5860252D46172d
Octal2032141306045551062755
Binary100000111000110010110001100100101101101100011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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