Html Css Color HEX #88925D Bitter

📋 copy color: '#88925D'

red 136 ◦ green 146 ◦ blue 93

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

Shades of Bitter #88925D

Tints of Bitter #88925D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.8%

R = 36.27%
G = 38.93%
B = 24.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#88925D (or 0x88925D) is known color: Bitter. HEX triplet: 88, 92 and 5D. RGB value is (136,146,93). Sum of RGB (Red+Green+Blue) = 136+146+93=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 146 - color contains mainly: green. Hex color #88925D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88925D is #776DA2. Grayscale: #898989. Windows color (decimal): -7826851 or 6132360. OLE color: 6132360.

HSL color Cylindrical-coordinate representation of color #88925D: hue angle of 71.32º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88925D is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 146 93 -
CMYK 0.07 0 0.36 0.43
HSL 71.32º 0.22% 0.47% -
HSV(B) 71.32º 0.36% 0.57% -
XYZ 22.41 26.58 14.31 -
YUV 136.97 103.19 127.31 -
System Red Green Blue C M Y K H S L
Decimal 136 146 93 0.07 0 0.36 0.43 71.32 0.22 0.47
Hex 88 92 5D 7 0 24 2B 47 16 2F
Octal 210 222 135 7 0 44 53 107 26 57
Binary 10001000 10010010 1011101 111 0 100100 101011 1000111 10110 101111

Color Harmonies of #88925D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88925D

Black with #88925D

Text Example


Text Example

White with #88925D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88925D; }

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

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

background-color css

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

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

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

border-color css

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

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

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