Html Css Color HEX #86995A Chelsea Cucumber

📋 copy color: '#86995A'

red 134 ◦ green 153 ◦ blue 90

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

Shades of Chelsea Cucumber #86995A

Tints of Chelsea Cucumber #86995A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.87%

R = 35.54%
G = 40.58%
B = 23.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#86995A (or 0x86995A) is known color: Chelsea Cucumber. HEX triplet: 86, 99 and 5A. RGB value is (134,153,90). Sum of RGB (Red+Green+Blue) = 134+153+90=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 153 - color contains mainly: green. Hex color #86995A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86995A is #7966A5. Grayscale: #8C8C8C. Windows color (decimal): -7956134 or 5937542. OLE color: 5937542.

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

Color convert

RGB 134 153 90 -
CMYK 0.12 0 0.41 0.4
HSL 78.1º 0.26% 0.48% -
HSV(B) 78.1º 0.41% 0.6% -
XYZ 23.07 28.59 13.98 -
YUV 140.14 99.71 123.62 -
System Red Green Blue C M Y K H S L
Decimal 134 153 90 0.12 0 0.41 0.4 78.1 0.26 0.48
Hex 86 99 5A C 0 29 28 4E 1A 30
Octal 206 231 132 14 0 51 50 116 32 60
Binary 10000110 10011001 1011010 1100 0 101001 101000 1001110 11010 110000

Color Harmonies of #86995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86995A

Black with #86995A

Text Example


Text Example

White with #86995A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86995A; }

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

 H1.HeaderClassName
 {
   color: #86995A;
 }
 .AnyTagClassName
 {
   color: #86995A;
 }
</style>

background-color css

<style>
 a { background-color: #86995A; }

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

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

border-color css

<style>
 span { border-color: #86995A; }

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

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