Html Css Color HEX #86AF45 Chelsea Cucumber

📋 copy color: '#86AF45'

red 134 ◦ green 175 ◦ blue 69

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

Shades of Chelsea Cucumber #86AF45

Tints of Chelsea Cucumber #86AF45

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.3%

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

R = 35.45%
G = 46.3%
B = 18.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#86AF45 (or 0x86AF45) is known color: Chelsea Cucumber. HEX triplet: 86, AF and 45. RGB value is (134,175,69). Sum of RGB (Red+Green+Blue) = 134+175+69=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AF45 is #7950BA. Grayscale: #979797. Windows color (decimal): -7950523 or 4566918. OLE color: 4566918.

HSL color Cylindrical-coordinate representation of color #86AF45: hue angle of 83.21º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86AF45 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 134 175 69 -
CMYK 0.23 0 0.61 0.31
HSL 83.21º 0.43% 0.48% -
HSV(B) 83.21º 0.61% 0.69% -
XYZ 26.24 36.16 11.23 -
YUV 150.66 81.92 116.12 -
System Red Green Blue C M Y K H S L
Decimal 134 175 69 0.23 0 0.61 0.31 83.21 0.43 0.48
Hex 86 AF 45 17 0 3D 1F 53 2B 30
Octal 206 257 105 27 0 75 37 123 53 60
Binary 10000110 10101111 1000101 10111 0 111101 11111 1010011 101011 110000

Color Harmonies of #86AF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AF45

Black with #86AF45

Text Example


Text Example

White with #86AF45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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