Html Css Color HEX #85AF5C Chelsea Cucumber

📋 copy color: '#85AF5C'

red 133 ◦ green 175 ◦ blue 92

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

Shades of Chelsea Cucumber #85AF5C

Tints of Chelsea Cucumber #85AF5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23%

R = 33.25%
G = 43.75%
B = 23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#85AF5C (or 0x85AF5C) is known color: Chelsea Cucumber. HEX triplet: 85, AF and 5C. RGB value is (133,175,92). Sum of RGB (Red+Green+Blue) = 133+175+92=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AF5C is #7A50A3. Grayscale: #999999. Windows color (decimal): -8016036 or 6074245. OLE color: 6074245.

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

Color convert

RGB 133 175 92 -
CMYK 0.24 0 0.47 0.31
HSL 90.36º 0.34% 0.52% -
HSV(B) 90.36º 0.47% 0.69% -
XYZ 26.93 36.42 15.74 -
YUV 152.98 93.59 113.75 -
System Red Green Blue C M Y K H S L
Decimal 133 175 92 0.24 0 0.47 0.31 90.36 0.34 0.52
Hex 85 AF 5C 18 0 2F 1F 5A 22 34
Octal 205 257 134 30 0 57 37 132 42 64
Binary 10000101 10101111 1011100 11000 0 101111 11111 1011010 100010 110100

Color Harmonies of #85AF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AF5C

Black with #85AF5C

Text Example


Text Example

White with #85AF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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