Html Css Color HEX #85B744 Chelsea Cucumber

📋 copy color: '#85B744'

red 133 ◦ green 183 ◦ blue 68

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

Shades of Chelsea Cucumber #85B744

Tints of Chelsea Cucumber #85B744

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.66%

 BLUE value IS 68 (26.95% from 255) = 17.71%

R = 34.64%
G = 47.66%
B = 17.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#85B744 (or 0x85B744) is known color: Chelsea Cucumber. HEX triplet: 85, B7 and 44. RGB value is (133,183,68). Sum of RGB (Red+Green+Blue) = 133+183+68=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 183 - color contains mainly: green. Hex color #85B744 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B744 is #7A48BB. Grayscale: #9B9B9B. Windows color (decimal): -8014012 or 4503429. OLE color: 4503429.

HSL color Cylindrical-coordinate representation of color #85B744: hue angle of 86.09º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85B744 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB 133 183 68 -
CMYK 0.27 0 0.63 0.28
HSL 86.09º 0.46% 0.49% -
HSV(B) 86.09º 0.63% 0.72% -
XYZ 27.65 39.27 11.59 -
YUV 154.94 78.94 112.35 -
System Red Green Blue C M Y K H S L
Decimal 133 183 68 0.27 0 0.63 0.28 86.09 0.46 0.49
Hex 85 B7 44 1B 0 3F 1C 56 2E 31
Octal 205 267 104 33 0 77 34 126 56 61
Binary 10000101 10110111 1000100 11011 0 111111 11100 1010110 101110 110001

Color Harmonies of #85B744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B744

Black with #85B744

Text Example


Text Example

White with #85B744

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,183,68); }

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

background-color css

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

 a { background-color: rgb(133,183,68); }

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

border-color css

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

 span { border-color: rgb(133,183,68); }

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