Html Css Color HEX #869C56 Chelsea Cucumber

📋 copy color: '#869C56'

red 134 ◦ green 156 ◦ blue 86

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

Shades of Chelsea Cucumber #869C56

Tints of Chelsea Cucumber #869C56

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.49%

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

R = 35.64%
G = 41.49%
B = 22.87%

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

#869C56 (or 0x869C56) is known color: Chelsea Cucumber. HEX triplet: 86, 9C and 56. RGB value is (134,156,86). Sum of RGB (Red+Green+Blue) = 134+156+86=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 156 - color contains mainly: green. Hex color #869C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869C56 is #7963A9. Grayscale: #8D8D8D. Windows color (decimal): -7955370 or 5676166. OLE color: 5676166.

HSL color Cylindrical-coordinate representation of color #869C56: hue angle of 78.86º 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 #869C56 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB 134 156 86 -
CMYK 0.14 0 0.45 0.39
HSL 78.86º 0.29% 0.47% -
HSV(B) 78.86º 0.45% 0.61% -
XYZ 23.4 29.52 13.27 -
YUV 141.44 96.71 122.69 -
System Red Green Blue C M Y K H S L
Decimal 134 156 86 0.14 0 0.45 0.39 78.86 0.29 0.47
Hex 86 9C 56 E 0 2D 27 4F 1D 2F
Octal 206 234 126 16 0 55 47 117 35 57
Binary 10000110 10011100 1010110 1110 0 101101 100111 1001111 11101 101111

Color Harmonies of #869C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869C56

Black with #869C56

Text Example


Text Example

White with #869C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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