Html Css Color HEX #85AE65 Chelsea Cucumber

📋 copy color: '#85AE65'

red 133 ◦ green 174 ◦ blue 101

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

Shades of Chelsea Cucumber #85AE65

Tints of Chelsea Cucumber #85AE65

RGB

 RED value IS 133 (52.34% from 255) = 32.6%

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

 BLUE value IS 101 (39.84% from 255) = 24.75%

R = 32.6%
G = 42.65%
B = 24.75%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#85AE65 (or 0x85AE65) is known color: Chelsea Cucumber. HEX triplet: 85, AE and 65. RGB value is (133,174,101). Sum of RGB (Red+Green+Blue) = 133+174+101=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 174 - color contains mainly: green. Hex color #85AE65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AE65 is #7A519A. Grayscale: #999999. Windows color (decimal): -8016283 or 6663813. OLE color: 6663813.

HSL color Cylindrical-coordinate representation of color #85AE65: hue angle of 93.7º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85AE65 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 174 101 -
CMYK 0.24 0 0.42 0.32
HSL 93.7º 0.31% 0.54% -
HSV(B) 93.7º 0.42% 0.68% -
XYZ 27.16 36.2 17.87 -
YUV 153.42 98.42 113.44 -
System Red Green Blue C M Y K H S L
Decimal 133 174 101 0.24 0 0.42 0.32 93.7 0.31 0.54
Hex 85 AE 65 18 0 2A 20 5E 1F 36
Octal 205 256 145 30 0 52 40 136 37 66
Binary 10000101 10101110 1100101 11000 0 101010 100000 1011110 11111 110110

Color Harmonies of #85AE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AE65

Black with #85AE65

Text Example


Text Example

White with #85AE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85AE65; }

 p { color: rgb(133,174,101); }

 H1.HeaderClassName
 {
   color: #85AE65;
 }
 .AnyTagClassName
 {
   color: #85AE65;
 }
</style>

background-color css

<style>
 a { background-color: #85AE65; }

 a { background-color: rgb(133,174,101); }

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

border-color css

<style>
 span { border-color: #85AE65; }

 span { border-color: rgb(133,174,101); }

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