Html Css Color HEX #889850 Chelsea Cucumber

📋 copy color: '#889850'

red 136 ◦ green 152 ◦ blue 80

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

Shades of Chelsea Cucumber #889850

Tints of Chelsea Cucumber #889850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.74%

R = 36.96%
G = 41.3%
B = 21.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#889850 (or 0x889850) is known color: Chelsea Cucumber. HEX triplet: 88, 98 and 50. RGB value is (136,152,80). Sum of RGB (Red+Green+Blue) = 136+152+80=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 152 - color contains mainly: green. Hex color #889850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889850 is #7767AF. Grayscale: #8B8B8B. Windows color (decimal): -7825328 or 5281928. OLE color: 5281928.

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

Color convert

RGB 136 152 80 -
CMYK 0.11 0 0.47 0.40
HSL 73.33º 0.31% 0.45% -
HSV(B) 73.33º 0.47% 0.6% -
XYZ 22.83 28.27 11.84 -
YUV 139.01 94.7 125.85 -
System Red Green Blue C M Y K H S L
Decimal 136 152 80 0.11 0 0.47 0.40 73.33 0.31 0.45
Hex 88 98 50 B 0 2F 28 49 1F 2D
Octal 210 230 120 13 0 57 50 111 37 55
Binary 10001000 10011000 1010000 1011 0 101111 101000 1001001 11111 101101

Color Harmonies of #889850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889850

Black with #889850

Text Example


Text Example

White with #889850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889850; }

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

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

background-color css

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

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

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

border-color css

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

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

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