Html Css Color HEX #86A74A Chelsea Cucumber

📋 copy color: '#86A74A'

red 134 ◦ green 167 ◦ blue 74

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

Shades of Chelsea Cucumber #86A74A

Tints of Chelsea Cucumber #86A74A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.53%

 BLUE value IS 74 (29.3% from 255) = 19.73%

R = 35.73%
G = 44.53%
B = 19.73%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#86A74A (or 0x86A74A) is known color: Chelsea Cucumber. HEX triplet: 86, A7 and 4A. RGB value is (134,167,74). Sum of RGB (Red+Green+Blue) = 134+167+74=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 167 (65.62% from 255 or 44.53% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 167 - color contains mainly: green. Hex color #86A74A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A74A is #7958B5. Grayscale: #929292. Windows color (decimal): -7952566 or 4892550. OLE color: 4892550.

HSL color Cylindrical-coordinate representation of color #86A74A: hue angle of 81.29º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #86A74A is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 167 74 -
CMYK 0.20 0 0.56 0.35
HSL 81.29º 0.39% 0.47% -
HSV(B) 81.29º 0.56% 0.65% -
XYZ 24.89 33.2 11.58 -
YUV 146.53 87.07 119.06 -
System Red Green Blue C M Y K H S L
Decimal 134 167 74 0.20 0 0.56 0.35 81.29 0.39 0.47
Hex 86 A7 4A 14 0 38 23 51 27 2F
Octal 206 247 112 24 0 70 43 121 47 57
Binary 10000110 10100111 1001010 10100 0 111000 100011 1010001 100111 101111

Color Harmonies of #86A74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A74A

Black with #86A74A

Text Example


Text Example

White with #86A74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,167,74); }

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

background-color css

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

 a { background-color: rgb(134,167,74); }

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

border-color css

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

 span { border-color: rgb(134,167,74); }

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