Html Css Color HEX #85AF4E Chelsea Cucumber

📋 copy color: '#85AF4E'

red 133 ◦ green 175 ◦ blue 78

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

Shades of Chelsea Cucumber #85AF4E

Tints of Chelsea Cucumber #85AF4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.21%

R = 34.46%
G = 45.34%
B = 20.21%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#85AF4E (or 0x85AF4E) is known color: Chelsea Cucumber. HEX triplet: 85, AF and 4E. RGB value is (133,175,78). Sum of RGB (Red+Green+Blue) = 133+175+78=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AF4E is #7A50B1. Grayscale: #979797. Windows color (decimal): -8016050 or 5156741. OLE color: 5156741.

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

Color convert

RGB 133 175 78 -
CMYK 0.24 0 0.55 0.31
HSL 85.98º 0.38% 0.5% -
HSV(B) 85.98º 0.55% 0.69% -
XYZ 26.38 36.2 12.8 -
YUV 151.38 86.59 114.89 -
System Red Green Blue C M Y K H S L
Decimal 133 175 78 0.24 0 0.55 0.31 85.98 0.38 0.5
Hex 85 AF 4E 18 0 37 1F 56 26 32
Octal 205 257 116 30 0 67 37 126 46 62
Binary 10000101 10101111 1001110 11000 0 110111 11111 1010110 100110 110010

Color Harmonies of #85AF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AF4E

Black with #85AF4E

Text Example


Text Example

White with #85AF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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