Html Css Color HEX #86975B Chelsea Cucumber

📋 copy color: '#86975B'

red 134 ◦ green 151 ◦ blue 91

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

Shades of Chelsea Cucumber #86975B

Tints of Chelsea Cucumber #86975B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.16%

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

R = 35.64%
G = 40.16%
B = 24.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#86975B (or 0x86975B) is known color: Chelsea Cucumber. HEX triplet: 86, 97 and 5B. RGB value is (134,151,91). Sum of RGB (Red+Green+Blue) = 134+151+91=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 151 - color contains mainly: green. Hex color #86975B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86975B is #7968A4. Grayscale: #8B8B8B. Windows color (decimal): -7956645 or 6002566. OLE color: 6002566.

HSL color Cylindrical-coordinate representation of color #86975B: hue angle of 77º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86975B is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 151 91 -
CMYK 0.11 0 0.40 0.41
HSL 77º 0.25% 0.47% -
HSV(B) 77º 0.4% 0.59% -
XYZ 22.79 27.96 14.09 -
YUV 139.08 100.87 124.38 -
System Red Green Blue C M Y K H S L
Decimal 134 151 91 0.11 0 0.40 0.41 77 0.25 0.47
Hex 86 97 5B B 0 28 29 4D 19 2F
Octal 206 227 133 13 0 50 51 115 31 57
Binary 10000110 10010111 1011011 1011 0 101000 101001 1001101 11001 101111

Color Harmonies of #86975B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86975B

Black with #86975B

Text Example


Text Example

White with #86975B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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