Html Css Color HEX #869C54 Chelsea Cucumber

📋 copy color: '#869C54'

red 134 ◦ green 156 ◦ blue 84

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

Shades of Chelsea Cucumber #869C54

Tints of Chelsea Cucumber #869C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.46%

R = 35.83%
G = 41.71%
B = 22.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#869C54 (or 0x869C54) is known color: Chelsea Cucumber. HEX triplet: 86, 9C and 54. RGB value is (134,156,84). Sum of RGB (Red+Green+Blue) = 134+156+84=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 156 - color contains mainly: green. Hex color #869C54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869C54 is #7963AB. Grayscale: #8D8D8D. Windows color (decimal): -7955372 or 5545094. OLE color: 5545094.

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

Color convert

RGB 134 156 84 -
CMYK 0.14 0 0.46 0.39
HSL 78.33º 0.3% 0.47% -
HSV(B) 78.33º 0.46% 0.61% -
XYZ 23.32 29.49 12.85 -
YUV 141.21 95.71 122.85 -
System Red Green Blue C M Y K H S L
Decimal 134 156 84 0.14 0 0.46 0.39 78.33 0.3 0.47
Hex 86 9C 54 E 0 2E 27 4E 1E 2F
Octal 206 234 124 16 0 56 47 116 36 57
Binary 10000110 10011100 1010100 1110 0 101110 100111 1001110 11110 101111

Color Harmonies of #869C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869C54

Black with #869C54

Text Example


Text Example

White with #869C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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