Html Css Color HEX #869B56 Chelsea Cucumber

📋 copy color: '#869B56'

red 134 ◦ green 155 ◦ blue 86

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

Shades of Chelsea Cucumber #869B56

Tints of Chelsea Cucumber #869B56

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.33%

 BLUE value IS 86 (33.98% from 255) = 22.93%

R = 35.73%
G = 41.33%
B = 22.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#869B56 (or 0x869B56) is known color: Chelsea Cucumber. HEX triplet: 86, 9B and 56. RGB value is (134,155,86). Sum of RGB (Red+Green+Blue) = 134+155+86=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 155 - color contains mainly: green. Hex color #869B56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869B56 is #7964A9. Grayscale: #8D8D8D. Windows color (decimal): -7955626 or 5675910. OLE color: 5675910.

HSL color Cylindrical-coordinate representation of color #869B56: hue angle of 78.26º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #869B56 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB 134 155 86 -
CMYK 0.14 0 0.45 0.39
HSL 78.26º 0.29% 0.47% -
HSV(B) 78.26º 0.45% 0.61% -
XYZ 23.23 29.18 13.21 -
YUV 140.86 97.04 123.11 -
System Red Green Blue C M Y K H S L
Decimal 134 155 86 0.14 0 0.45 0.39 78.26 0.29 0.47
Hex 86 9B 56 E 0 2D 27 4E 1D 2F
Octal 206 233 126 16 0 55 47 116 35 57
Binary 10000110 10011011 1010110 1110 0 101101 100111 1001110 11101 101111

Color Harmonies of #869B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869B56

Black with #869B56

Text Example


Text Example

White with #869B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869B56; }

 p { color: rgb(134,155,86); }

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

background-color css

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

 a { background-color: rgb(134,155,86); }

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

border-color css

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

 span { border-color: rgb(134,155,86); }

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