Html Css Color HEX #858C58 Bitter

📋 copy color: '#858C58'

red 133 ◦ green 140 ◦ blue 88

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

Shades of Bitter #858C58

Tints of Bitter #858C58

RGB

 RED value IS 133 (52.34% from 255) = 36.84%

 GREEN value IS 140 (55.08% from 255) = 38.78%

 BLUE value IS 88 (34.77% from 255) = 24.38%

R = 36.84%
G = 38.78%
B = 24.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#858C58 (or 0x858C58) is known color: Bitter. HEX triplet: 85, 8C and 58. RGB value is (133,140,88). Sum of RGB (Red+Green+Blue) = 133+140+88=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 140 - color contains mainly: green. Hex color #858C58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858C58 is #7A73A7. Grayscale: #848484. Windows color (decimal): -8025000 or 5803141. OLE color: 5803141.

HSL color Cylindrical-coordinate representation of color #858C58: hue angle of 68.08º 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 #858C58 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 140 88 -
CMYK 0.05 0 0.37 0.45
HSL 68.08º 0.23% 0.45% -
HSV(B) 68.08º 0.37% 0.55% -
XYZ 20.81 24.45 12.85 -
YUV 131.98 103.18 128.73 -
System Red Green Blue C M Y K H S L
Decimal 133 140 88 0.05 0 0.37 0.45 68.08 0.23 0.45
Hex 85 8C 58 5 0 25 2D 44 17 2D
Octal 205 214 130 5 0 45 55 104 27 55
Binary 10000101 10001100 1011000 101 0 100101 101101 1000100 10111 101101

Color Harmonies of #858C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858C58

Black with #858C58

Text Example


Text Example

White with #858C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #858C58;
 }
 .AnyTagClassName
 {
   color: #858C58;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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