Html Css Color HEX #88985D Chelsea Cucumber

📋 copy color: '#88985D'

red 136 ◦ green 152 ◦ blue 93

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

Shades of Chelsea Cucumber #88985D

Tints of Chelsea Cucumber #88985D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.9%

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

R = 35.7%
G = 39.9%
B = 24.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#88985D (or 0x88985D) is known color: Chelsea Cucumber. HEX triplet: 88, 98 and 5D. RGB value is (136,152,93). Sum of RGB (Red+Green+Blue) = 136+152+93=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 152 - color contains mainly: green. Hex color #88985D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88985D is #7767A2. Grayscale: #8C8C8C. Windows color (decimal): -7825315 or 6133896. OLE color: 6133896.

HSL color Cylindrical-coordinate representation of color #88985D: hue angle of 76.27º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88985D is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 136 152 93 -
CMYK 0.11 0 0.39 0.40
HSL 76.27º 0.24% 0.48% -
HSV(B) 76.27º 0.39% 0.6% -
XYZ 23.36 28.48 14.62 -
YUV 140.49 101.2 124.8 -
System Red Green Blue C M Y K H S L
Decimal 136 152 93 0.11 0 0.39 0.40 76.27 0.24 0.48
Hex 88 98 5D B 0 27 28 4C 18 30
Octal 210 230 135 13 0 47 50 114 30 60
Binary 10001000 10011000 1011101 1011 0 100111 101000 1001100 11000 110000

Color Harmonies of #88985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88985D

Black with #88985D

Text Example


Text Example

White with #88985D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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