Html Css Color HEX #86994F Chelsea Cucumber

📋 copy color: '#86994F'

red 134 ◦ green 153 ◦ blue 79

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

Shades of Chelsea Cucumber #86994F

Tints of Chelsea Cucumber #86994F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.8%

 BLUE value IS 79 (31.25% from 255) = 21.58%

R = 36.61%
G = 41.8%
B = 21.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#86994F (or 0x86994F) is known color: Chelsea Cucumber. HEX triplet: 86, 99 and 4F. RGB value is (134,153,79). Sum of RGB (Red+Green+Blue) = 134+153+79=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #86994F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86994F is #7966B0. Grayscale: #8B8B8B. Windows color (decimal): -7956145 or 5216646. OLE color: 5216646.

HSL color Cylindrical-coordinate representation of color #86994F: hue angle of 75.41º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86994F is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 134 153 79 -
CMYK 0.12 0 0.48 0.4
HSL 75.41º 0.32% 0.45% -
HSV(B) 75.41º 0.48% 0.6% -
XYZ 22.63 28.42 11.69 -
YUV 138.88 94.21 124.52 -
System Red Green Blue C M Y K H S L
Decimal 134 153 79 0.12 0 0.48 0.4 75.41 0.32 0.45
Hex 86 99 4F C 0 30 28 4B 20 2D
Octal 206 231 117 14 0 60 50 113 40 55
Binary 10000110 10011001 1001111 1100 0 110000 101000 1001011 100000 101101

Color Harmonies of #86994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86994F

Black with #86994F

Text Example


Text Example

White with #86994F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86994F; }

 p { color: rgb(134,153,79); }

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

background-color css

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

 a { background-color: rgb(134,153,79); }

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

border-color css

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

 span { border-color: rgb(134,153,79); }

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