Html Css Color HEX #85B946 Chelsea Cucumber

📋 copy color: '#85B946'

red 133 ◦ green 185 ◦ blue 70

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

Shades of Chelsea Cucumber #85B946

Tints of Chelsea Cucumber #85B946

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.68%

 BLUE value IS 70 (27.73% from 255) = 18.04%

R = 34.28%
G = 47.68%
B = 18.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#85B946 (or 0x85B946) is known color: Chelsea Cucumber. HEX triplet: 85, B9 and 46. RGB value is (133,185,70). Sum of RGB (Red+Green+Blue) = 133+185+70=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 185 (72.66% from 255 or 47.68% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 185 - color contains mainly: green. Hex color #85B946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B946 is #7A46B9. Grayscale: #9C9C9C. Windows color (decimal): -8013498 or 4635013. OLE color: 4635013.

HSL color Cylindrical-coordinate representation of color #85B946: hue angle of 87.13º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85B946 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 185 70 -
CMYK 0.28 0 0.62 0.27
HSL 87.13º 0.45% 0.5% -
HSV(B) 87.13º 0.62% 0.73% -
XYZ 28.13 40.13 12.06 -
YUV 156.34 79.27 111.35 -
System Red Green Blue C M Y K H S L
Decimal 133 185 70 0.28 0 0.62 0.27 87.13 0.45 0.5
Hex 85 B9 46 1C 0 3E 1B 57 2D 32
Octal 205 271 106 34 0 76 33 127 55 62
Binary 10000101 10111001 1000110 11100 0 111110 11011 1010111 101101 110010

Color Harmonies of #85B946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B946

Black with #85B946

Text Example


Text Example

White with #85B946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,185,70); }

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

background-color css

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

 a { background-color: rgb(133,185,70); }

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

border-color css

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

 span { border-color: rgb(133,185,70); }

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