Html Css Color HEX #859256 Bitter

📋 copy color: '#859256'

red 133 ◦ green 146 ◦ blue 86

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

Shades of Bitter #859256

Tints of Bitter #859256

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40%

 BLUE value IS 86 (33.98% from 255) = 23.56%

R = 36.44%
G = 40%
B = 23.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#859256 (or 0x859256) is known color: Bitter. HEX triplet: 85, 92 and 56. RGB value is (133,146,86). Sum of RGB (Red+Green+Blue) = 133+146+86=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 146 - color contains mainly: green. Hex color #859256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859256 is #7A6DA9. Grayscale: #878787. Windows color (decimal): -8023466 or 5673605. OLE color: 5673605.

HSL color Cylindrical-coordinate representation of color #859256: hue angle of 73º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #859256 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 146 86 -
CMYK 0.09 0 0.41 0.43
HSL 73º 0.26% 0.45% -
HSV(B) 73º 0.41% 0.57% -
XYZ 21.63 26.22 12.72 -
YUV 135.27 100.19 126.38 -
System Red Green Blue C M Y K H S L
Decimal 133 146 86 0.09 0 0.41 0.43 73 0.26 0.45
Hex 85 92 56 9 0 29 2B 49 1A 2D
Octal 205 222 126 11 0 51 53 111 32 55
Binary 10000101 10010010 1010110 1001 0 101001 101011 1001001 11010 101101

Color Harmonies of #859256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859256

Black with #859256

Text Example


Text Example

White with #859256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859256; }

 p { color: rgb(133,146,86); }

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

background-color css

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

 a { background-color: rgb(133,146,86); }

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

border-color css

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

 span { border-color: rgb(133,146,86); }

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