Html Css Color HEX #85AE49 Chelsea Cucumber

📋 copy color: '#85AE49'

red 133 ◦ green 174 ◦ blue 73

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

Shades of Chelsea Cucumber #85AE49

Tints of Chelsea Cucumber #85AE49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.21%

R = 35%
G = 45.79%
B = 19.21%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#85AE49 (or 0x85AE49) is known color: Chelsea Cucumber. HEX triplet: 85, AE and 49. RGB value is (133,174,73). Sum of RGB (Red+Green+Blue) = 133+174+73=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 174 (68.36% from 255 or 45.79% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 174 - color contains mainly: green. Hex color #85AE49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AE49 is #7A51B6. Grayscale: #969696. Windows color (decimal): -8016311 or 4828805. OLE color: 4828805.

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

Color convert

RGB 133 174 73 -
CMYK 0.24 0 0.58 0.32
HSL 84.36º 0.41% 0.48% -
HSV(B) 84.36º 0.58% 0.68% -
XYZ 26.01 35.74 11.83 -
YUV 150.23 84.42 115.71 -
System Red Green Blue C M Y K H S L
Decimal 133 174 73 0.24 0 0.58 0.32 84.36 0.41 0.48
Hex 85 AE 49 18 0 3A 20 54 29 30
Octal 205 256 111 30 0 72 40 124 51 60
Binary 10000101 10101110 1001001 11000 0 111010 100000 1010100 101001 110000

Color Harmonies of #85AE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AE49

Black with #85AE49

Text Example


Text Example

White with #85AE49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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