Html Css Color HEX #869F54 Chelsea Cucumber

📋 copy color: '#869F54'

red 134 ◦ green 159 ◦ blue 84

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

Shades of Chelsea Cucumber #869F54

Tints of Chelsea Cucumber #869F54

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.18%

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

R = 35.54%
G = 42.18%
B = 22.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#869F54 (or 0x869F54) is known color: Chelsea Cucumber. HEX triplet: 86, 9F and 54. RGB value is (134,159,84). Sum of RGB (Red+Green+Blue) = 134+159+84=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 159 - color contains mainly: green. Hex color #869F54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869F54 is #7960AB. Grayscale: #8F8F8F. Windows color (decimal): -7954604 or 5545862. OLE color: 5545862.

HSL color Cylindrical-coordinate representation of color #869F54: hue angle of 80º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #869F54 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 159 84 -
CMYK 0.16 0 0.47 0.38
HSL 80º 0.31% 0.48% -
HSV(B) 80º 0.47% 0.62% -
XYZ 23.83 30.5 13.02 -
YUV 142.98 94.72 121.6 -
System Red Green Blue C M Y K H S L
Decimal 134 159 84 0.16 0 0.47 0.38 80 0.31 0.48
Hex 86 9F 54 10 0 2F 26 50 1F 30
Octal 206 237 124 20 0 57 46 120 37 60
Binary 10000110 10011111 1010100 10000 0 101111 100110 1010000 11111 110000

Color Harmonies of #869F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869F54

Black with #869F54

Text Example


Text Example

White with #869F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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