Html Css Color HEX #85AF5B Chelsea Cucumber

📋 copy color: '#85AF5B'

red 133 ◦ green 175 ◦ blue 91

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

Shades of Chelsea Cucumber #85AF5B

Tints of Chelsea Cucumber #85AF5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.81%

R = 33.33%
G = 43.86%
B = 22.81%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#85AF5B (or 0x85AF5B) is known color: Chelsea Cucumber. HEX triplet: 85, AF and 5B. RGB value is (133,175,91). Sum of RGB (Red+Green+Blue) = 133+175+91=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AF5B is #7A50A4. Grayscale: #999999. Windows color (decimal): -8016037 or 6008709. OLE color: 6008709.

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

Color convert

RGB 133 175 91 -
CMYK 0.24 0 0.48 0.31
HSL 90º 0.34% 0.52% -
HSV(B) 90º 0.48% 0.69% -
XYZ 26.89 36.4 15.51 -
YUV 152.87 93.09 113.83 -
System Red Green Blue C M Y K H S L
Decimal 133 175 91 0.24 0 0.48 0.31 90 0.34 0.52
Hex 85 AF 5B 18 0 30 1F 5A 22 34
Octal 205 257 133 30 0 60 37 132 42 64
Binary 10000101 10101111 1011011 11000 0 110000 11111 1011010 100010 110100

Color Harmonies of #85AF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AF5B

Black with #85AF5B

Text Example


Text Example

White with #85AF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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