Html Css Color HEX #86985B Chelsea Cucumber

📋 copy color: '#86985B'

red 134 ◦ green 152 ◦ blue 91

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

Shades of Chelsea Cucumber #86985B

Tints of Chelsea Cucumber #86985B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.32%

 BLUE value IS 91 (35.94% from 255) = 24.14%

R = 35.54%
G = 40.32%
B = 24.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#86985B (or 0x86985B) is known color: Chelsea Cucumber. HEX triplet: 86, 98 and 5B. RGB value is (134,152,91). Sum of RGB (Red+Green+Blue) = 134+152+91=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 152 - color contains mainly: green. Hex color #86985B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86985B is #7967A4. Grayscale: #8B8B8B. Windows color (decimal): -7956389 or 6002822. OLE color: 6002822.

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

Color convert

RGB 134 152 91 -
CMYK 0.12 0 0.40 0.40
HSL 77.7º 0.25% 0.48% -
HSV(B) 77.7º 0.4% 0.6% -
XYZ 22.95 28.28 14.15 -
YUV 139.66 100.54 123.96 -
System Red Green Blue C M Y K H S L
Decimal 134 152 91 0.12 0 0.40 0.40 77.7 0.25 0.48
Hex 86 98 5B C 0 28 28 4E 19 30
Octal 206 230 133 14 0 50 50 116 31 60
Binary 10000110 10011000 1011011 1100 0 101000 101000 1001110 11001 110000

Color Harmonies of #86985B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86985B

Black with #86985B

Text Example


Text Example

White with #86985B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86985B; }

 p { color: rgb(134,152,91); }

 H1.HeaderClassName
 {
   color: #86985B;
 }
 .AnyTagClassName
 {
   color: #86985B;
 }
</style>

background-color css

<style>
 a { background-color: #86985B; }

 a { background-color: rgb(134,152,91); }

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

border-color css

<style>
 span { border-color: #86985B; }

 span { border-color: rgb(134,152,91); }

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