Html Css Color HEX #85B349 Chelsea Cucumber

📋 copy color: '#85B349'

red 133 ◦ green 179 ◦ blue 73

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

Shades of Chelsea Cucumber #85B349

Tints of Chelsea Cucumber #85B349

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.49%

 BLUE value IS 73 (28.91% from 255) = 18.96%

R = 34.55%
G = 46.49%
B = 18.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#85B349 (or 0x85B349) is known color: Chelsea Cucumber. HEX triplet: 85, B3 and 49. RGB value is (133,179,73). Sum of RGB (Red+Green+Blue) = 133+179+73=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 179 - color contains mainly: green. Hex color #85B349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B349 is #7A4CB6. Grayscale: #999999. Windows color (decimal): -8015031 or 4830085. OLE color: 4830085.

HSL color Cylindrical-coordinate representation of color #85B349: hue angle of 86.04º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85B349 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 179 73 -
CMYK 0.26 0 0.59 0.30
HSL 86.04º 0.42% 0.49% -
HSV(B) 86.04º 0.59% 0.7% -
XYZ 27 37.71 12.16 -
YUV 153.16 82.76 113.62 -
System Red Green Blue C M Y K H S L
Decimal 133 179 73 0.26 0 0.59 0.30 86.04 0.42 0.49
Hex 85 B3 49 1A 0 3B 1E 56 2A 31
Octal 205 263 111 32 0 73 36 126 52 61
Binary 10000101 10110011 1001001 11010 0 111011 11110 1010110 101010 110001

Color Harmonies of #85B349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B349

Black with #85B349

Text Example


Text Example

White with #85B349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,179,73); }

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

background-color css

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

 a { background-color: rgb(133,179,73); }

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

border-color css

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

 span { border-color: rgb(133,179,73); }

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