Html Css Color HEX #85AE4A Chelsea Cucumber

📋 copy color: '#85AE4A'

red 133 ◦ green 174 ◦ blue 74

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

Shades of Chelsea Cucumber #85AE4A

Tints of Chelsea Cucumber #85AE4A

RGB

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

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

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

R = 34.91%
G = 45.67%
B = 19.42%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#85AE4A (or 0x85AE4A) is known color: Chelsea Cucumber. HEX triplet: 85, AE and 4A. RGB value is (133,174,74). Sum of RGB (Red+Green+Blue) = 133+174+74=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 174 - color contains mainly: green. Hex color #85AE4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AE4A is #7A51B5. Grayscale: #969696. Windows color (decimal): -8016310 or 4894341. OLE color: 4894341.

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

Color convert

RGB 133 174 74 -
CMYK 0.24 0 0.57 0.32
HSL 84.6º 0.4% 0.49% -
HSV(B) 84.6º 0.57% 0.68% -
XYZ 26.04 35.75 12.01 -
YUV 150.34 84.92 115.63 -
System Red Green Blue C M Y K H S L
Decimal 133 174 74 0.24 0 0.57 0.32 84.6 0.4 0.49
Hex 85 AE 4A 18 0 39 20 55 28 31
Octal 205 256 112 30 0 71 40 125 50 61
Binary 10000101 10101110 1001010 11000 0 111001 100000 1010101 101000 110001

Color Harmonies of #85AE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AE4A

Black with #85AE4A

Text Example


Text Example

White with #85AE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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