Html Css Color HEX #86AE44 Chelsea Cucumber

📋 copy color: '#86AE44'

red 134 ◦ green 174 ◦ blue 68

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

Shades of Chelsea Cucumber #86AE44

Tints of Chelsea Cucumber #86AE44

RGB

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

 GREEN value IS 174 (68.36% from 255) = 46.28%

 BLUE value IS 68 (26.95% from 255) = 18.09%

R = 35.64%
G = 46.28%
B = 18.09%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#86AE44 (or 0x86AE44) is known color: Chelsea Cucumber. HEX triplet: 86, AE and 44. RGB value is (134,174,68). Sum of RGB (Red+Green+Blue) = 134+174+68=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 174 - color contains mainly: green. Hex color #86AE44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AE44 is #7951BB. Grayscale: #969696. Windows color (decimal): -7950780 or 4501126. OLE color: 4501126.

HSL color Cylindrical-coordinate representation of color #86AE44: hue angle of 82.64º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86AE44 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 174 68 -
CMYK 0.23 0 0.61 0.32
HSL 82.64º 0.44% 0.47% -
HSV(B) 82.64º 0.61% 0.68% -
XYZ 26.01 35.76 11 -
YUV 149.96 81.75 116.62 -
System Red Green Blue C M Y K H S L
Decimal 134 174 68 0.23 0 0.61 0.32 82.64 0.44 0.47
Hex 86 AE 44 17 0 3D 20 53 2C 2F
Octal 206 256 104 27 0 75 40 123 54 57
Binary 10000110 10101110 1000100 10111 0 111101 100000 1010011 101100 101111

Color Harmonies of #86AE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AE44

Black with #86AE44

Text Example


Text Example

White with #86AE44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,174,68); }

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

background-color css

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

 a { background-color: rgb(134,174,68); }

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

border-color css

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

 span { border-color: rgb(134,174,68); }

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