Html Css Color HEX #86A445 Chelsea Cucumber

📋 copy color: '#86A445'

red 134 ◦ green 164 ◦ blue 69

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

Shades of Chelsea Cucumber #86A445

Tints of Chelsea Cucumber #86A445

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.69%

 BLUE value IS 69 (27.34% from 255) = 18.8%

R = 36.51%
G = 44.69%
B = 18.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#86A445 (or 0x86A445) is known color: Chelsea Cucumber. HEX triplet: 86, A4 and 45. RGB value is (134,164,69). Sum of RGB (Red+Green+Blue) = 134+164+69=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 164 - color contains mainly: green. Hex color #86A445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A445 is #795BBA. Grayscale: #909090. Windows color (decimal): -7953339 or 4564102. OLE color: 4564102.

HSL color Cylindrical-coordinate representation of color #86A445: hue angle of 78.95º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86A445 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB 134 164 69 -
CMYK 0.18 0 0.58 0.36
HSL 78.95º 0.41% 0.46% -
HSV(B) 78.95º 0.58% 0.64% -
XYZ 24.18 32.05 10.54 -
YUV 144.2 85.56 120.72 -
System Red Green Blue C M Y K H S L
Decimal 134 164 69 0.18 0 0.58 0.36 78.95 0.41 0.46
Hex 86 A4 45 12 0 3A 24 4F 29 2E
Octal 206 244 105 22 0 72 44 117 51 56
Binary 10000110 10100100 1000101 10010 0 111010 100100 1001111 101001 101110

Color Harmonies of #86A445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A445

Black with #86A445

Text Example


Text Example

White with #86A445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86A445; }

 p { color: rgb(134,164,69); }

 H1.HeaderClassName
 {
   color: #86A445;
 }
 .AnyTagClassName
 {
   color: #86A445;
 }
</style>

background-color css

<style>
 a { background-color: #86A445; }

 a { background-color: rgb(134,164,69); }

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

border-color css

<style>
 span { border-color: #86A445; }

 span { border-color: rgb(134,164,69); }

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