Html Css Color HEX #86985A Chelsea Cucumber

📋 copy color: '#86985A'

red 134 ◦ green 152 ◦ blue 90

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

Shades of Chelsea Cucumber #86985A

Tints of Chelsea Cucumber #86985A

RGB

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

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

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

R = 35.64%
G = 40.43%
B = 23.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#86985A (or 0x86985A) is known color: Chelsea Cucumber. HEX triplet: 86, 98 and 5A. RGB value is (134,152,90). Sum of RGB (Red+Green+Blue) = 134+152+90=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 152 - color contains mainly: green. Hex color #86985A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86985A is #7967A5. Grayscale: #8B8B8B. Windows color (decimal): -7956390 or 5937286. OLE color: 5937286.

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

Color convert

RGB 134 152 90 -
CMYK 0.12 0 0.41 0.40
HSL 77.42º 0.26% 0.47% -
HSV(B) 77.42º 0.41% 0.6% -
XYZ 22.91 28.26 13.92 -
YUV 139.55 100.04 124.04 -
System Red Green Blue C M Y K H S L
Decimal 134 152 90 0.12 0 0.41 0.40 77.42 0.26 0.47
Hex 86 98 5A C 0 29 28 4D 1A 2F
Octal 206 230 132 14 0 51 50 115 32 57
Binary 10000110 10011000 1011010 1100 0 101001 101000 1001101 11010 101111

Color Harmonies of #86985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86985A

Black with #86985A

Text Example


Text Example

White with #86985A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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