Html Css Color HEX #889265 Bitter

📋 copy color: '#889265'

red 136 ◦ green 146 ◦ blue 101

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

Shades of Bitter #889265

Tints of Bitter #889265

RGB

 RED value IS 136 (53.52% from 255) = 35.51%

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

 BLUE value IS 101 (39.84% from 255) = 26.37%

R = 35.51%
G = 38.12%
B = 26.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#889265 (or 0x889265) is known color: Bitter. HEX triplet: 88, 92 and 65. RGB value is (136,146,101). Sum of RGB (Red+Green+Blue) = 136+146+101=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 146 - color contains mainly: green. Hex color #889265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889265 is #776D9A. Grayscale: #8A8A8A. Windows color (decimal): -7826843 or 6656648. OLE color: 6656648.

HSL color Cylindrical-coordinate representation of color #889265: hue angle of 73.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #889265 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 146 101 -
CMYK 0.07 0 0.31 0.43
HSL 73.33º 0.18% 0.48% -
HSV(B) 73.33º 0.31% 0.57% -
XYZ 22.78 26.73 16.27 -
YUV 137.88 107.19 126.66 -
System Red Green Blue C M Y K H S L
Decimal 136 146 101 0.07 0 0.31 0.43 73.33 0.18 0.48
Hex 88 92 65 7 0 1F 2B 49 12 30
Octal 210 222 145 7 0 37 53 111 22 60
Binary 10001000 10010010 1100101 111 0 11111 101011 1001001 10010 110000

Color Harmonies of #889265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889265

Black with #889265

Text Example


Text Example

White with #889265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889265; }

 p { color: rgb(136,146,101); }

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

background-color css

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

 a { background-color: rgb(136,146,101); }

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

border-color css

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

 span { border-color: rgb(136,146,101); }

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