Html Css Color HEX #86955A Chelsea Cucumber

📋 copy color: '#86955A'

red 134 ◦ green 149 ◦ blue 90

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

Shades of Chelsea Cucumber #86955A

Tints of Chelsea Cucumber #86955A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.95%

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

R = 35.92%
G = 39.95%
B = 24.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#86955A (or 0x86955A) is known color: Chelsea Cucumber. HEX triplet: 86, 95 and 5A. RGB value is (134,149,90). Sum of RGB (Red+Green+Blue) = 134+149+90=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 149 - color contains mainly: green. Hex color #86955A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86955A is #796AA5. Grayscale: #8A8A8A. Windows color (decimal): -7957158 or 5936518. OLE color: 5936518.

HSL color Cylindrical-coordinate representation of color #86955A: hue angle of 75.25º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86955A is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 149 90 -
CMYK 0.10 0 0.40 0.42
HSL 75.25º 0.25% 0.47% -
HSV(B) 75.25º 0.4% 0.58% -
XYZ 22.42 27.3 13.76 -
YUV 137.79 101.03 125.3 -
System Red Green Blue C M Y K H S L
Decimal 134 149 90 0.10 0 0.40 0.42 75.25 0.25 0.47
Hex 86 95 5A A 0 28 2A 4B 19 2F
Octal 206 225 132 12 0 50 52 113 31 57
Binary 10000110 10010101 1011010 1010 0 101000 101010 1001011 11001 101111

Color Harmonies of #86955A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86955A

Black with #86955A

Text Example


Text Example

White with #86955A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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