Html Css Color HEX #85AF59 Chelsea Cucumber

📋 copy color: '#85AF59'

red 133 ◦ green 175 ◦ blue 89

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

Shades of Chelsea Cucumber #85AF59

Tints of Chelsea Cucumber #85AF59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 22.42%

R = 33.5%
G = 44.08%
B = 22.42%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#85AF59 (or 0x85AF59) is known color: Chelsea Cucumber. HEX triplet: 85, AF and 59. RGB value is (133,175,89). Sum of RGB (Red+Green+Blue) = 133+175+89=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AF59 is #7A50A6. Grayscale: #989898. Windows color (decimal): -8016039 or 5877637. OLE color: 5877637.

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

Color convert

RGB 133 175 89 -
CMYK 0.24 0 0.49 0.31
HSL 89.3º 0.35% 0.52% -
HSV(B) 89.3º 0.49% 0.69% -
XYZ 26.81 36.37 15.06 -
YUV 152.64 92.09 113.99 -
System Red Green Blue C M Y K H S L
Decimal 133 175 89 0.24 0 0.49 0.31 89.3 0.35 0.52
Hex 85 AF 59 18 0 31 1F 59 23 34
Octal 205 257 131 30 0 61 37 131 43 64
Binary 10000101 10101111 1011001 11000 0 110001 11111 1011001 100011 110100

Color Harmonies of #85AF59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AF59

Black with #85AF59

Text Example


Text Example

White with #85AF59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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