Html Css Color HEX #85B643 Chelsea Cucumber

📋 copy color: '#85B643'

red 133 ◦ green 182 ◦ blue 67

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

Shades of Chelsea Cucumber #85B643

Tints of Chelsea Cucumber #85B643

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.64%

 BLUE value IS 67 (26.56% from 255) = 17.54%

R = 34.82%
G = 47.64%
B = 17.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#85B643 (or 0x85B643) is known color: Chelsea Cucumber. HEX triplet: 85, B6 and 43. RGB value is (133,182,67). Sum of RGB (Red+Green+Blue) = 133+182+67=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 182 (71.48% from 255 or 47.64% from 382); Blue value is 67 (26.56% from 255 or 17.54% from 382); Max value from RGB is 182 - color contains mainly: green. Hex color #85B643 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B643 is #7A49BC. Grayscale: #9A9A9A. Windows color (decimal): -8014269 or 4437637. OLE color: 4437637.

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

Color convert

RGB 133 182 67 -
CMYK 0.27 0 0.63 0.29
HSL 85.57º 0.46% 0.49% -
HSV(B) 85.57º 0.63% 0.71% -
XYZ 27.41 38.85 11.36 -
YUV 154.24 78.77 112.85 -
System Red Green Blue C M Y K H S L
Decimal 133 182 67 0.27 0 0.63 0.29 85.57 0.46 0.49
Hex 85 B6 43 1B 0 3F 1D 56 2E 31
Octal 205 266 103 33 0 77 35 126 56 61
Binary 10000101 10110110 1000011 11011 0 111111 11101 1010110 101110 110001

Color Harmonies of #85B643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B643

Black with #85B643

Text Example


Text Example

White with #85B643

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,182,67); }

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

background-color css

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

 a { background-color: rgb(133,182,67); }

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

border-color css

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

 span { border-color: rgb(133,182,67); }

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