Html Css Color HEX #869555 Chelsea Cucumber

📋 copy color: '#869555'

red 134 ◦ green 149 ◦ blue 85

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

Shades of Chelsea Cucumber #869555

Tints of Chelsea Cucumber #869555

RGB

 RED value IS 134 (52.73% from 255) = 36.41%

 GREEN value IS 149 (58.59% from 255) = 40.49%

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

R = 36.41%
G = 40.49%
B = 23.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#869555 (or 0x869555) is known color: Chelsea Cucumber. HEX triplet: 86, 95 and 55. RGB value is (134,149,85). Sum of RGB (Red+Green+Blue) = 134+149+85=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 149 - color contains mainly: green. Hex color #869555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869555 is #796AAA. Grayscale: #898989. Windows color (decimal): -7957163 or 5608838. OLE color: 5608838.

HSL color Cylindrical-coordinate representation of color #869555: hue angle of 74.06º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #869555 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 149 85 -
CMYK 0.10 0 0.43 0.42
HSL 74.06º 0.27% 0.46% -
HSV(B) 74.06º 0.43% 0.58% -
XYZ 22.22 27.22 12.68 -
YUV 137.22 98.53 125.7 -
System Red Green Blue C M Y K H S L
Decimal 134 149 85 0.10 0 0.43 0.42 74.06 0.27 0.46
Hex 86 95 55 A 0 2B 2A 4A 1B 2E
Octal 206 225 125 12 0 53 52 112 33 56
Binary 10000110 10010101 1010101 1010 0 101011 101010 1001010 11011 101110

Color Harmonies of #869555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869555

Black with #869555

Text Example


Text Example

White with #869555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869555; }

 p { color: rgb(134,149,85); }

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

background-color css

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

 a { background-color: rgb(134,149,85); }

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

border-color css

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

 span { border-color: rgb(134,149,85); }

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