Html Css Color HEX #889955 Chelsea Cucumber

📋 copy color: '#889955'

red 136 ◦ green 153 ◦ blue 85

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

Shades of Chelsea Cucumber #889955

Tints of Chelsea Cucumber #889955

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.91%

 BLUE value IS 85 (33.59% from 255) = 22.73%

R = 36.36%
G = 40.91%
B = 22.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#889955 (or 0x889955) is known color: Chelsea Cucumber. HEX triplet: 88, 99 and 55. RGB value is (136,153,85). Sum of RGB (Red+Green+Blue) = 136+153+85=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 153 - color contains mainly: green. Hex color #889955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889955 is #7766AA. Grayscale: #8C8C8C. Windows color (decimal): -7825067 or 5609864. OLE color: 5609864.

HSL color Cylindrical-coordinate representation of color #889955: hue angle of 75º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #889955 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 136 153 85 -
CMYK 0.11 0 0.44 0.4
HSL 75º 0.29% 0.47% -
HSV(B) 75º 0.44% 0.6% -
XYZ 23.18 28.67 12.91 -
YUV 140.17 96.87 125.03 -
System Red Green Blue C M Y K H S L
Decimal 136 153 85 0.11 0 0.44 0.4 75 0.29 0.47
Hex 88 99 55 B 0 2C 28 4B 1D 2F
Octal 210 231 125 13 0 54 50 113 35 57
Binary 10001000 10011001 1010101 1011 0 101100 101000 1001011 11101 101111

Color Harmonies of #889955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889955

Black with #889955

Text Example


Text Example

White with #889955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889955; }

 p { color: rgb(136,153,85); }

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

background-color css

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

 a { background-color: rgb(136,153,85); }

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

border-color css

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

 span { border-color: rgb(136,153,85); }

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