Html Css Color HEX #85AF49 Chelsea Cucumber

📋 copy color: '#85AF49'

red 133 ◦ green 175 ◦ blue 73

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

Shades of Chelsea Cucumber #85AF49

Tints of Chelsea Cucumber #85AF49

RGB

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

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

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

R = 34.91%
G = 45.93%
B = 19.16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#85AF49 (or 0x85AF49) is known color: Chelsea Cucumber. HEX triplet: 85, AF and 49. RGB value is (133,175,73). Sum of RGB (Red+Green+Blue) = 133+175+73=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AF49 is #7A50B6. Grayscale: #979797. Windows color (decimal): -8016055 or 4829061. OLE color: 4829061.

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

Color convert

RGB 133 175 73 -
CMYK 0.24 0 0.58 0.31
HSL 84.71º 0.41% 0.49% -
HSV(B) 84.71º 0.58% 0.69% -
XYZ 26.21 36.13 11.9 -
YUV 150.81 84.09 115.29 -
System Red Green Blue C M Y K H S L
Decimal 133 175 73 0.24 0 0.58 0.31 84.71 0.41 0.49
Hex 85 AF 49 18 0 3A 1F 55 29 31
Octal 205 257 111 30 0 72 37 125 51 61
Binary 10000101 10101111 1001001 11000 0 111010 11111 1010101 101001 110001

Color Harmonies of #85AF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AF49

Black with #85AF49

Text Example


Text Example

White with #85AF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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